#024A98

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

Shades of Cobalt #024A98

Tints of Cobalt #024A98

Color information

#024A98 (or 0x024A98) is unknown color: approx Cobalt. HEX triplet: 02, 4A and 98. RGB value is (2,74,152). Sum of RGB (Red+Green+Blue) = 2+74+152=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #024A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A98 is #FDB567. Grayscale: #3C3C3C. Windows color (decimal): -16627048 or 9980418. OLE color: 9980418.

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

Color convert

RGB274152-
CMYK0.990.5100.40
HSL211.2º97.4%30.2%-
HSV(B)211.2º98.68%59.61%-
XYZ8.147.1830.66-
YUV61.36179.1585.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 152 (59.77% from 255) = 66.67%
R=0.88%
G=32.46%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2741520.990.5100.40211.297.430.2
Hex24A986333028d3611e
Octal21122301436305032314136
Binary101001010100110001100011110011010100011010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024A98;
 }
 .AnyTagClassName
 {
   color: #024A98;
 }
</style>
background-color css

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

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

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

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

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

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