#024CAE

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

Shades of Cobalt #024CAE

Tints of Cobalt #024CAE

Color information

#024CAE (or 0x024CAE) is unknown color: approx Cobalt. HEX triplet: 02, 4C and AE. RGB value is (2,76,174). Sum of RGB (Red+Green+Blue) = 2+76+174=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #024CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CAE is #FDB351. Grayscale: #404040. Windows color (decimal): -16626514 or 11422722. OLE color: 11422722.

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

Color convert

RGB276174-
CMYK0.990.5600.32
HSL214.19º97.73%34.51%-
HSV(B)214.19º98.85%68.24%-
XYZ10.258.2441.09-
YUV65.05189.4883.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 174 (68.36% from 255) = 69.05%
R=0.79%
G=30.16%
B=69.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2761740.990.5600.32214.1997.7334.51
Hex24CAE6338020d66223
Octal21142561437004032614243
Binary1010011001010111011000111110000100000110101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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