COLOR #0230AB

HEX: #0230AB
RGB: (2,48,171)

Color info

#0230AB contains mainly blue color. Web safe color of #0230AB is #003399 (or #039).

RGB color model

#0230AB color RGB value is (2,48,171).

  • red value is 2;
  • green value is 48;
  • blue value is 171.
RGB:
(2,48,171)
(1%,19%,67%)

RGB channels and saturation

R 2 of 255 = 1%
G 48 of 255 = 19%
B 171 of 255 = 67%

2
48
171

R + G + B ~ 29%. #0230AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 48 + 171 = 221 (100%)
R 2 of 221 ~ 0.9%
G 48 of 221 ~ 21.72%
B 171 of 221 ~ 77.38%

%21.72
%77.38

CMYK color model

#0230AB color CMYK value is (99,72,0,33).

  • cyan value is 98.83%
  • magenta value is 71.93%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(99,72,0,33)
C99M72Y0K33 
(99%,72%,0%,33%)
(0.99/0.72/0.00/0.33)	

CMYK percentages

%98.83
%71.93
%0
%32.94

Codes

Color #0230AB in popluar color models

0230AB
RGB248171
HSL224°97.69%33.92%
HSB/HSV224°98.83%67.06%
CMYK98.83%71.93%0.00%
32.94%

Color #0230AB in popluar number systems.

HEX0230AB
Decimal248171
Binary1011000010101011
Octal260253

Shades and tints

Shades of #0230AB

#0230AB
(2,48,171)
#022C9C
(2,44,156)
#02288D
(2,40,141)
#02247E
(2,36,126)
#02206F
(2,32,111)
#021C60
(2,28,96)
#021851
(2,24,81)
#021442
(2,20,66)
#021033
(2,16,51)
#020C24
(2,12,36)
#020815
(2,8,21)
#000000
(0,0,0)

Tints of #0230AB

#0230AB
(2,48,171)
#1942B2
(25,66,178)
#3054B9
(48,84,185)
#4766C0
(71,102,192)
#5E78C7
(94,120,199)
#758ACE
(117,138,206)
#8C9CD5
(140,156,213)
#A3AEDC
(163,174,220)
#BAC0E3
(186,192,227)
#D1D2EA
(209,210,234)
#E8E4F1
(232,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0230AB color. Also use rgb(2,48,171) instead hex code.

Text Font Color

.myTextColor { color: #0230AB; }

<p style="color:#0230AB">This sample text font color is #0230AB.</p>

This text font color is #0230AB.


Background Color

.myBgColor { background-color: #0230AB; }

<div style="background-color:#0230AB">Inner text</div>

This div background color is #0230AB.


Border color

.myBorderColor { border: 1px solid #0230AB; }

<div style="border:3px solid #0230AB">Div</div>

This div border color is #0230AB.


Opacity

.myOpacity80 { color: #0230AB; opacity: 0.8; }

<p style="color:#0230AB;opacity:0.8;">80%</p>

Text with #0230AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0230AB;}

<p style="text-shadow: 3px 3px 1px #0230AB">Text here.</p>

This text has shadow with #0230AB color.

.textShadow {text-shadow: 3px 3px 1px #0230AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0230AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #0230AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0230AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0230AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #0230AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0230AB;
  -webkit-box-shadow:	1px 1px 3px 2px #0230AB;
  box-shadow:		1px 1px 3px 2px #0230AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0230AB;
-webkit-box-shadow: 1px 1px 3px 2px #0230AB;
box-shadow:1px 1px 3px 2px #0230AB;">
Div content here</div>
This div box has shadow with color #0230AB.

Preview

Color preview on black background

This text has color #0230AB on black background.


Color preview on white background

This text has color #0230AB on white background.



Black color preview on #0230AB background

This text has black color on #0230AB background.


White color preview on #0230AB background

This text has white color on #0230AB background.