Html Css Color HEX #024BAA Cobalt

📋 copy color: '#024BAA'

red 2 ◦ green 75 ◦ blue 170

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

Shades of Cobalt #024BAA

Tints of Cobalt #024BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.36%

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

R = 0.81%
G = 30.36%
B = 68.83%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#024BAA (or 0x024BAA) is known color: Cobalt. HEX triplet: 02, 4B and AA. RGB value is (2,75,170). Sum of RGB (Red+Green+Blue) = 2+75+170=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #024BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BAA is #FDB455. Grayscale: #3F3F3F. Windows color (decimal): -16626774 or 11160322. OLE color: 11160322.

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

Color convert

RGB 2 75 170 -
CMYK 0.99 0.56 0 0.33
HSL 213.93º 0.98% 0.34% -
HSV(B) 213.93º 0.99% 0.67% -
XYZ 9.8 7.95 39.05 -
YUV 64 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 2 75 170 0.99 0.56 0 0.33 213.93 0.98 0.34
Hex 2 4B AA 63 38 0 21 D6 62 22
Octal 2 113 252 143 70 0 41 326 142 42
Binary 10 1001011 10101010 1100011 111000 0 100001 11010110 1100010 100010

Color Harmonies of #024BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BAA

Black with #024BAA

Text Example


Text Example

White with #024BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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