Html Css Color HEX #024BA4 Cobalt

📋 copy color: '#024BA4'

red 2 ◦ green 75 ◦ blue 164

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

Shades of Cobalt #024BA4

Tints of Cobalt #024BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 68.05%

R = 0.83%
G = 31.12%
B = 68.05%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#024BA4 (or 0x024BA4) is known color: Cobalt. HEX triplet: 02, 4B and A4. RGB value is (2,75,164). Sum of RGB (Red+Green+Blue) = 2+75+164=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #024BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BA4 is #FDB45B. Grayscale: #3E3E3E. Windows color (decimal): -16626780 or 10767106. OLE color: 10767106.

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

Color convert

RGB 2 75 164 -
CMYK 0.99 0.54 0 0.36
HSL 212.96º 0.98% 0.33% -
HSV(B) 212.96º 0.99% 0.64% -
XYZ 9.24 7.73 36.13 -
YUV 63.32 184.82 84.26 -
System Red Green Blue C M Y K H S L
Decimal 2 75 164 0.99 0.54 0 0.36 212.96 0.98 0.33
Hex 2 4B A4 63 36 0 24 D5 62 21
Octal 2 113 244 143 66 0 44 325 142 41
Binary 10 1001011 10100100 1100011 110110 0 100100 11010101 1100010 100001

Color Harmonies of #024BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BA4

Black with #024BA4

Text Example


Text Example

White with #024BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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