Html Css Color HEX #023EAC Cobalt

📋 copy color: '#023EAC'

red 2 ◦ green 62 ◦ blue 172

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

Shades of Cobalt #023EAC

Tints of Cobalt #023EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.27%

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 0.85%
G = 26.27%
B = 72.88%

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

#023EAC (or 0x023EAC) is known color: Cobalt. HEX triplet: 02, 3E and AC. RGB value is (2,62,172). Sum of RGB (Red+Green+Blue) = 2+62+172=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #023EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023EAC is #FDC153. Grayscale: #383838. Windows color (decimal): -16630100 or 11288066. OLE color: 11288066.

HSL color Cylindrical-coordinate representation of color #023EAC: hue angle of 218.82º 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 #023EAC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 62 172 -
CMYK 0.99 0.64 0 0.33
HSL 218.82º 0.98% 0.34% -
HSV(B) 218.82º 0.99% 0.67% -
XYZ 9.19 6.44 39.79 -
YUV 56.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 2 62 172 0.99 0.64 0 0.33 218.82 0.98 0.34
Hex 2 3E AC 63 40 0 21 DB 62 22
Octal 2 76 254 143 100 0 41 333 142 42
Binary 10 111110 10101100 1100011 1000000 0 100001 11011011 1100010 100010

Color Harmonies of #023EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EAC

Black with #023EAC

Text Example


Text Example

White with #023EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,62,172); }

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

background-color css

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

 a { background-color: rgb(2,62,172); }

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

border-color css

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

 span { border-color: rgb(2,62,172); }

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