#023CAE

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

Shades of Cobalt #023CAE

Tints of Cobalt #023CAE

Color information

#023CAE (or 0x023CAE) is unknown color: approx Cobalt. HEX triplet: 02, 3C and AE. RGB value is (2,60,174). Sum of RGB (Red+Green+Blue) = 2+60+174=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #023CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CAE is #FDC351. Grayscale: #373737. Windows color (decimal): -16630610 or 11418626. OLE color: 11418626.

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

Color convert

RGB260174-
CMYK0.990.6600.32
HSL219.77º97.73%34.51%-
HSV(B)219.77º98.85%68.24%-
XYZ9.286.340.77-
YUV55.65194.7889.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 174 (68.36% from 255) = 73.73%
R=0.85%
G=25.42%
B=73.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2601740.990.6600.32219.7797.7334.51
Hex23CAE6342020dc6223
Octal27425614310204033414243
Binary1011110010101110110001110000100100000110111001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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