Html Css Color HEX #024BA7 Cobalt

📋 copy color: '#024BA7'

red 2 ◦ green 75 ◦ blue 167

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

Shades of Cobalt #024BA7

Tints of Cobalt #024BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 68.44%

R = 0.82%
G = 30.74%
B = 68.44%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#024BA7 (or 0x024BA7) is known color: Cobalt. HEX triplet: 02, 4B and A7. RGB value is (2,75,167). Sum of RGB (Red+Green+Blue) = 2+75+167=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 167 (65.62% from 255 or 68.44% from 244); Max value from RGB is 167 - color contains mainly: blue. Hex color #024BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BA7 is #FDB458. Grayscale: #3F3F3F. Windows color (decimal): -16626777 or 10963714. OLE color: 10963714.

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

Color convert

RGB 2 75 167 -
CMYK 0.99 0.55 0 0.35
HSL 213.45º 0.98% 0.33% -
HSV(B) 213.45º 0.99% 0.65% -
XYZ 9.52 7.84 37.57 -
YUV 63.66 186.32 84.02 -
System Red Green Blue C M Y K H S L
Decimal 2 75 167 0.99 0.55 0 0.35 213.45 0.98 0.33
Hex 2 4B A7 63 37 0 23 D5 62 21
Octal 2 113 247 143 67 0 43 325 142 41
Binary 10 1001011 10100111 1100011 110111 0 100011 11010101 1100010 100001

Color Harmonies of #024BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BA7

Black with #024BA7

Text Example


Text Example

White with #024BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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