Html Css Color HEX #023DAB Cobalt

📋 copy color: '#023DAB'

red 2 ◦ green 61 ◦ blue 171

#023DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #023DAB

Tints of Cobalt #023DAB

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 61 (24.22% from 255) = 26.07%

 BLUE value IS 171 (67.19% from 255) = 73.08%

R = 0.85%
G = 26.07%
B = 73.08%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#023DAB (or 0x023DAB) is known color: Cobalt. HEX triplet: 02, 3D and AB. RGB value is (2,61,171). Sum of RGB (Red+Green+Blue) = 2+61+171=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #023DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DAB is #FDC254. Grayscale: #373737. Windows color (decimal): -16630357 or 11222274. OLE color: 11222274.

HSL color Cylindrical-coordinate representation of color #023DAB: hue angle of 219.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DAB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 61 171 -
CMYK 0.99 0.64 0 0.33
HSL 219.05º 0.98% 0.34% -
HSV(B) 219.05º 0.99% 0.67% -
XYZ 9.04 6.29 39.27 -
YUV 55.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 2 61 171 0.99 0.64 0 0.33 219.05 0.98 0.34
Hex 2 3D AB 63 40 0 21 DB 62 22
Octal 2 75 253 143 100 0 41 333 142 42
Binary 10 111101 10101011 1100011 1000000 0 100001 11011011 1100010 100010

Color Harmonies of #023DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DAB

Black with #023DAB

Text Example


Text Example

White with #023DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023DAB; }

 p { color: rgb(2,61,171); }

 H1.HeaderClassName
 {
   color: #023DAB;
 }
 .AnyTagClassName
 {
   color: #023DAB;
 }
</style>

background-color css

<style>
 a { background-color: #023DAB; }

 a { background-color: rgb(2,61,171); }

 div.DivClassName
 {
   background-color: #023DAB;
 }
 .BgClassName
 {
   background-color: #023DAB;
 }
</style>

border-color css

<style>
 span { border-color: #023DAB; }

 span { border-color: rgb(2,61,171); }

 td.TdClassName
 {
   border-color: #023DAB;
 }
 .TagClassName
 {
   border-color: #023DAB;
 }
</style>