#024BB5

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

Shades of Cobalt #024BB5

Tints of Cobalt #024BB5

Color information

#024BB5 (or 0x024BB5) is unknown color: approx Cobalt. HEX triplet: 02, 4B and B5. RGB value is (2,75,181). Sum of RGB (Red+Green+Blue) = 2+75+181=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #024BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BB5 is #FDB44A. Grayscale: #404040. Windows color (decimal): -16626763 or 11881218. OLE color: 11881218.

HSL color Cylindrical-coordinate representation of color #024BB5: hue angle of 215.53º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BB5 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB275181-
CMYK0.990.5900.29
HSL215.53º97.81%35.88%-
HSV(B)215.53º98.9%70.98%-
XYZ10.888.3844.76-
YUV65.26193.3282.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 181 (71.09% from 255) = 70.16%
R=0.78%
G=29.07%
B=70.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2751810.990.5900.29215.5397.8135.88
Hex24BB5633B01Dd86224
Octal21132651437303533014244
Binary101001011101101011100011111011011101110110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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