Html Css Color HEX #024CAE Cobalt

📋 copy color: '#024CAE'

red 2 ◦ green 76 ◦ blue 174

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

Shades of Cobalt #024CAE

Tints of Cobalt #024CAE

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 value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#024CAE (or 0x024CAE) is known color: 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

RGB 2 76 174 -
CMYK 0.99 0.56 0 0.32
HSL 214.19º 0.98% 0.35% -
HSV(B) 214.19º 0.99% 0.68% -
XYZ 10.25 8.24 41.09 -
YUV 65.05 189.48 83.03 -
System Red Green Blue C M Y K H S L
Decimal 2 76 174 0.99 0.56 0 0.32 214.19 0.98 0.35
Hex 2 4C AE 63 38 0 20 D6 62 23
Octal 2 114 256 143 70 0 40 326 142 43
Binary 10 1001100 10101110 1100011 111000 0 100000 11010110 1100010 100011

Color Harmonies of #024CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CAE

Black with #024CAE

Text Example


Text Example

White with #024CAE

Text Example


Text Example

HTML Codes & Css Web 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>