Html Css Color HEX #024F98 Cobalt

📋 copy color: '#024F98'

red 2 ◦ green 79 ◦ blue 152

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

Shades of Cobalt #024F98

Tints of Cobalt #024F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.24%

R = 0.86%
G = 33.91%
B = 65.24%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#024F98 (or 0x024F98) is known color: Cobalt. HEX triplet: 02, 4F and 98. RGB value is (2,79,152). Sum of RGB (Red+Green+Blue) = 2+79+152=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #024F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024F98 is #FDB067. Grayscale: #3F3F3F. Windows color (decimal): -16625768 or 9981698. OLE color: 9981698.

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

Color convert

RGB 2 79 152 -
CMYK 0.99 0.48 0 0.40
HSL 209.2º 0.97% 0.3% -
HSV(B) 209.2º 0.99% 0.6% -
XYZ 8.49 7.87 30.78 -
YUV 64.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 2 79 152 0.99 0.48 0 0.40 209.2 0.97 0.3
Hex 2 4F 98 63 30 0 28 D1 61 1E
Octal 2 117 230 143 60 0 50 321 141 36
Binary 10 1001111 10011000 1100011 110000 0 101000 11010001 1100001 11110

Color Harmonies of #024F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F98

Black with #024F98

Text Example


Text Example

White with #024F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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