#024C98

Color #024C98 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #024C98

Tints of Cobalt #024C98

Color information

#024C98 (or 0x024C98) is unknown color: approx 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

RGB276152-
CMYK0.990.5000.40
HSL210.4º97.4%30.2%-
HSV(B)210.4º98.68%59.61%-
XYZ8.287.4530.71-
YUV62.54178.4884.82-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2761520.990.5000.40210.497.430.2
Hex24C986332028d2611e
Octal21142301436205032214136
Binary101001100100110001100011110010010100011010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>