Html Css Color HEX #024C98 Cobalt

📋 copy color: '#024C98'

red 2 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #024C98

Tints of Cobalt #024C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

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

R = 0.87%
G = 33.04%
B = 66.09%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#024C98 (or 0x024C98) is known color: Cobalt. HEX triplet: 02, 4C and 98. RGB value is (2,76,152). Sum of RGB (Red+Green+Blue) = 2+76+152=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #024C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C98 is #FDB367. Grayscale: #3E3E3E. Windows color (decimal): -16626536 or 9980930. OLE color: 9980930.

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

Color convert

RGB 2 76 152 -
CMYK 0.99 0.50 0 0.40
HSL 210.4º 0.97% 0.3% -
HSV(B) 210.4º 0.99% 0.6% -
XYZ 8.28 7.45 30.71 -
YUV 62.54 178.48 84.82 -
System Red Green Blue C M Y K H S L
Decimal 2 76 152 0.99 0.50 0 0.40 210.4 0.97 0.3
Hex 2 4C 98 63 32 0 28 D2 61 1E
Octal 2 114 230 143 62 0 50 322 141 36
Binary 10 1001100 10011000 1100011 110010 0 101000 11010010 1100001 11110

Color Harmonies of #024C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C98

Black with #024C98

Text Example


Text Example

White with #024C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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