Html Css Color HEX #024F96 Cobalt

📋 copy color: '#024F96'

red 2 ◦ green 79 ◦ blue 150

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

Shades of Cobalt #024F96

Tints of Cobalt #024F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

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

R = 0.87%
G = 34.2%
B = 64.94%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024F96 (or 0x024F96) is known color: Cobalt. HEX triplet: 02, 4F and 96. RGB value is (2,79,150). Sum of RGB (Red+Green+Blue) = 2+79+150=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #024F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F96 is #FDB069. Grayscale: #3F3F3F. Windows color (decimal): -16625770 or 9850626. OLE color: 9850626.

HSL color Cylindrical-coordinate representation of color #024F96: hue angle of 208.78º 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 #024F96 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 79 150 -
CMYK 0.99 0.47 0 0.41
HSL 208.78º 0.97% 0.3% -
HSV(B) 208.78º 0.99% 0.59% -
XYZ 8.33 7.81 29.92 -
YUV 64.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 2 79 150 0.99 0.47 0 0.41 208.78 0.97 0.3
Hex 2 4F 96 63 2F 0 29 D1 61 1E
Octal 2 117 226 143 57 0 51 321 141 36
Binary 10 1001111 10010110 1100011 101111 0 101001 11010001 1100001 11110

Color Harmonies of #024F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F96

Black with #024F96

Text Example


Text Example

White with #024F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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