Html Css Color HEX #024D9F Cobalt

📋 copy color: '#024D9F'

red 2 ◦ green 77 ◦ blue 159

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

Shades of Cobalt #024D9F

Tints of Cobalt #024D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 0.84%
G = 32.35%
B = 66.81%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#024D9F (or 0x024D9F) is known color: Cobalt. HEX triplet: 02, 4D and 9F. RGB value is (2,77,159). Sum of RGB (Red+Green+Blue) = 2+77+159=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #024D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D9F is #FDB260. Grayscale: #3F3F3F. Windows color (decimal): -16626273 or 10439938. OLE color: 10439938.

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

Color convert

RGB 2 77 159 -
CMYK 0.99 0.52 0 0.38
HSL 211.34º 0.98% 0.32% -
HSV(B) 211.34º 0.99% 0.62% -
XYZ 8.94 7.82 33.84 -
YUV 63.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 2 77 159 0.99 0.52 0 0.38 211.34 0.98 0.32
Hex 2 4D 9F 63 34 0 26 D3 62 20
Octal 2 115 237 143 64 0 46 323 142 40
Binary 10 1001101 10011111 1100011 110100 0 100110 11010011 1100010 100000

Color Harmonies of #024D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D9F

Black with #024D9F

Text Example


Text Example

White with #024D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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