Html Css Color HEX #024AAF Cobalt

📋 copy color: '#024AAF'

red 2 ◦ green 74 ◦ blue 175

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

Shades of Cobalt #024AAF

Tints of Cobalt #024AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.72%

R = 0.8%
G = 29.48%
B = 69.72%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#024AAF (or 0x024AAF) is known color: Cobalt. HEX triplet: 02, 4A and AF. RGB value is (2,74,175). Sum of RGB (Red+Green+Blue) = 2+74+175=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #024AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024AAF is #FDB550. Grayscale: #3F3F3F. Windows color (decimal): -16627025 or 11487746. OLE color: 11487746.

HSL color Cylindrical-coordinate representation of color #024AAF: hue angle of 215.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AAF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 74 175 -
CMYK 0.99 0.58 0 0.31
HSL 215.03º 0.98% 0.35% -
HSV(B) 215.03º 0.99% 0.69% -
XYZ 10.21 8.01 41.56 -
YUV 63.99 190.65 83.79 -
System Red Green Blue C M Y K H S L
Decimal 2 74 175 0.99 0.58 0 0.31 215.03 0.98 0.35
Hex 2 4A AF 63 3A 0 1F D7 62 23
Octal 2 112 257 143 72 0 37 327 142 43
Binary 10 1001010 10101111 1100011 111010 0 11111 11010111 1100010 100011

Color Harmonies of #024AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AAF

Black with #024AAF

Text Example


Text Example

White with #024AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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