Html Css Color HEX #024AB9 Cobalt

📋 copy color: '#024AB9'

red 2 ◦ green 74 ◦ blue 185

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

Shades of Cobalt #024AB9

Tints of Cobalt #024AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 70.88%

R = 0.77%
G = 28.35%
B = 70.88%

CMYK

 C value IS 0.99

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#024AB9 (or 0x024AB9) is known color: Cobalt. HEX triplet: 02, 4A and B9. RGB value is (2,74,185). Sum of RGB (Red+Green+Blue) = 2+74+185=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #024AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AB9 is #FDB546. Grayscale: #404040. Windows color (decimal): -16627015 or 12143106. OLE color: 12143106.

HSL color Cylindrical-coordinate representation of color #024AB9: hue angle of 216.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AB9 is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 74 185 -
CMYK 0.99 0.6 0 0.27
HSL 216.39º 0.98% 0.37% -
HSV(B) 216.39º 0.99% 0.73% -
XYZ 11.23 8.41 46.93 -
YUV 65.13 195.65 82.97 -
System Red Green Blue C M Y K H S L
Decimal 2 74 185 0.99 0.6 0 0.27 216.39 0.98 0.37
Hex 2 4A B9 63 3C 0 1B D8 62 25
Octal 2 112 271 143 74 0 33 330 142 45
Binary 10 1001010 10111001 1100011 111100 0 11011 11011000 1100010 100101

Color Harmonies of #024AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AB9

Black with #024AB9

Text Example


Text Example

White with #024AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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