#023DAE

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

Shades of Cobalt #023DAE

Tints of Cobalt #023DAE

Color information

#023DAE (or 0x023DAE) is unknown color: approx Cobalt. HEX triplet: 02, 3D and AE. RGB value is (2,61,174). Sum of RGB (Red+Green+Blue) = 2+61+174=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #023DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DAE is #FDC251. Grayscale: #373737. Windows color (decimal): -16630354 or 11418882. OLE color: 11418882.

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

Color convert

RGB261174-
CMYK0.990.6500.32
HSL219.42º97.73%34.51%-
HSV(B)219.42º98.85%68.24%-
XYZ9.336.4140.79-
YUV56.24194.4589.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 174 (68.36% from 255) = 73.42%
R=0.84%
G=25.74%
B=73.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2611740.990.6500.32219.4297.7334.51
Hex23DAE6341020db6223
Octal27525614310104033314243
Binary1011110110101110110001110000010100000110110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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