Html Css Color HEX #024CAA Cobalt

📋 copy color: '#024CAA'

red 2 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #024CAA

Tints of Cobalt #024CAA

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

 GREEN value IS 76 (30.08% from 255) = 30.65%

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 0.81%
G = 30.65%
B = 68.55%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#024CAA (or 0x024CAA) is known color: Cobalt. HEX triplet: 02, 4C and AA. RGB value is (2,76,170). Sum of RGB (Red+Green+Blue) = 2+76+170=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #024CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CAA is #FDB355. Grayscale: #404040. Windows color (decimal): -16626518 or 11160578. OLE color: 11160578.

HSL color Cylindrical-coordinate representation of color #024CAA: hue angle of 213.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CAA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 76 170 -
CMYK 0.99 0.55 0 0.33
HSL 213.57º 0.98% 0.34% -
HSV(B) 213.57º 0.99% 0.67% -
XYZ 9.87 8.08 39.07 -
YUV 64.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 2 76 170 0.99 0.55 0 0.33 213.57 0.98 0.34
Hex 2 4C AA 63 37 0 21 D6 62 22
Octal 2 114 252 143 67 0 41 326 142 42
Binary 10 1001100 10101010 1100011 110111 0 100001 11010110 1100010 100010

Color Harmonies of #024CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CAA

Black with #024CAA

Text Example


Text Example

White with #024CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024CAA;
 }
 .AnyTagClassName
 {
   color: #024CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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