Html Css Color HEX #024E96 Cobalt

📋 copy color: '#024E96'

red 2 ◦ green 78 ◦ blue 150

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

Shades of Cobalt #024E96

Tints of Cobalt #024E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.91%

 BLUE value IS 150 (58.98% from 255) = 65.22%

R = 0.87%
G = 33.91%
B = 65.22%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024E96 (or 0x024E96) is known color: Cobalt. HEX triplet: 02, 4E and 96. RGB value is (2,78,150). Sum of RGB (Red+Green+Blue) = 2+78+150=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #024E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E96 is #FDB169. Grayscale: #3F3F3F. Windows color (decimal): -16626026 or 9850370. OLE color: 9850370.

HSL color Cylindrical-coordinate representation of color #024E96: hue angle of 209.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024E96 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 78 150 -
CMYK 0.99 0.48 0 0.41
HSL 209.19º 0.97% 0.3% -
HSV(B) 209.19º 0.99% 0.59% -
XYZ 8.25 7.66 29.9 -
YUV 63.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 2 78 150 0.99 0.48 0 0.41 209.19 0.97 0.3
Hex 2 4E 96 63 30 0 29 D1 61 1E
Octal 2 116 226 143 60 0 51 321 141 36
Binary 10 1001110 10010110 1100011 110000 0 101001 11010001 1100001 11110

Color Harmonies of #024E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E96

Black with #024E96

Text Example


Text Example

White with #024E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,150); }

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

background-color css

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

 a { background-color: rgb(2,78,150); }

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

border-color css

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

 span { border-color: rgb(2,78,150); }

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