#023EA6

Color #023EA6 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #023EA6

Tints of Cobalt #023EA6

Color information

#023EA6 (or 0x023EA6) is unknown color: approx Cobalt. HEX triplet: 02, 3E and A6. RGB value is (2,62,166). Sum of RGB (Red+Green+Blue) = 2+62+166=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 166 (65.23% from 255 or 72.17% from 230); Max value from RGB is 166 - color contains mainly: blue. Hex color #023EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023EA6 is #FDC159. Grayscale: #373737. Windows color (decimal): -16630106 or 10894850. OLE color: 10894850.

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

Color convert

RGB262166-
CMYK0.990.6300.35
HSL218.05º97.62%32.94%-
HSV(B)218.05º98.8%65.1%-
XYZ8.636.2136.82-
YUV55.92190.1289.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 166 (65.23% from 255) = 72.17%
R=0.87%
G=26.96%
B=72.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2621660.990.6300.35218.0597.6232.94
Hex23EA6633F023da6221
Octal2762461437704333214241
Binary101111101010011011000111111110100011110110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #023EA6;
 }
 .AnyTagClassName
 {
   color: #023EA6;
 }
</style>
background-color css

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

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

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

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

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

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