Html Css Color HEX #024D9E Cobalt

📋 copy color: '#024D9E'

red 2 ◦ green 77 ◦ blue 158

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

Shades of Cobalt #024D9E

Tints of Cobalt #024D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 0.84%
G = 32.49%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#024D9E (or 0x024D9E) is known color: Cobalt. HEX triplet: 02, 4D and 9E. RGB value is (2,77,158). Sum of RGB (Red+Green+Blue) = 2+77+158=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #024D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D9E is #FDB261. Grayscale: #3F3F3F. Windows color (decimal): -16626274 or 10374402. OLE color: 10374402.

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

Color convert

RGB 2 77 158 -
CMYK 0.99 0.51 0 0.38
HSL 211.15º 0.98% 0.31% -
HSV(B) 211.15º 0.99% 0.62% -
XYZ 8.85 7.79 33.38 -
YUV 63.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 2 77 158 0.99 0.51 0 0.38 211.15 0.98 0.31
Hex 2 4D 9E 63 33 0 26 D3 62 1F
Octal 2 115 236 143 63 0 46 323 142 37
Binary 10 1001101 10011110 1100011 110011 0 100110 11010011 1100010 11111

Color Harmonies of #024D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D9E

Black with #024D9E

Text Example


Text Example

White with #024D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,158); }

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

background-color css

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

 a { background-color: rgb(2,77,158); }

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

border-color css

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

 span { border-color: rgb(2,77,158); }

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