#024B98

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

Shades of Cobalt #024B98

Tints of Cobalt #024B98

Color information

#024B98 (or 0x024B98) is unknown color: approx Cobalt. HEX triplet: 02, 4B and 98. RGB value is (2,75,152). Sum of RGB (Red+Green+Blue) = 2+75+152=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #024B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B98 is #FDB467. Grayscale: #3D3D3D. Windows color (decimal): -16626792 or 9980674. OLE color: 9980674.

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

Color convert

RGB275152-
CMYK0.990.5100.40
HSL210.8º97.4%30.2%-
HSV(B)210.8º98.68%59.61%-
XYZ8.217.3130.68-
YUV61.95178.8285.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 152 (59.77% from 255) = 66.38%
R=0.87%
G=32.75%
B=66.38%

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
Decimal2751520.990.5100.40210.897.430.2
Hex24B986333028d3611e
Octal21132301436305032314136
Binary101001011100110001100011110011010100011010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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