Html Css Color HEX #024AAC Cobalt

📋 copy color: '#024AAC'

red 2 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #024AAC

Tints of Cobalt #024AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 0.81%
G = 29.84%
B = 69.35%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#024AAC (or 0x024AAC) is known color: Cobalt. HEX triplet: 02, 4A and AC. RGB value is (2,74,172). Sum of RGB (Red+Green+Blue) = 2+74+172=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #024AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024AAC is #FDB553. Grayscale: #3F3F3F. Windows color (decimal): -16627028 or 11291138. OLE color: 11291138.

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

Color convert

RGB 2 74 172 -
CMYK 0.99 0.57 0 0.33
HSL 214.59º 0.98% 0.34% -
HSV(B) 214.59º 0.99% 0.67% -
XYZ 9.92 7.89 40.03 -
YUV 63.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 2 74 172 0.99 0.57 0 0.33 214.59 0.98 0.34
Hex 2 4A AC 63 39 0 21 D7 62 22
Octal 2 112 254 143 71 0 41 327 142 42
Binary 10 1001010 10101100 1100011 111001 0 100001 11010111 1100010 100010

Color Harmonies of #024AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AAC

Black with #024AAC

Text Example


Text Example

White with #024AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,172); }

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

background-color css

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

 a { background-color: rgb(2,74,172); }

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

border-color css

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

 span { border-color: rgb(2,74,172); }

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