#024BB0

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

Shades of Cobalt #024BB0

Tints of Cobalt #024BB0

Color information

#024BB0 (or 0x024BB0) is unknown color: approx Cobalt. HEX triplet: 02, 4B and B0. RGB value is (2,75,176). Sum of RGB (Red+Green+Blue) = 2+75+176=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 176 (69.14% from 255 or 69.57% from 253); Max value from RGB is 176 - color contains mainly: blue. Hex color #024BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BB0 is #FDB44F. Grayscale: #404040. Windows color (decimal): -16626768 or 11553538. OLE color: 11553538.

HSL color Cylindrical-coordinate representation of color #024BB0: hue angle of 214.83º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BB0 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB275176-
CMYK0.990.5700.31
HSL214.83º97.75%34.9%-
HSV(B)214.83º98.86%69.02%-
XYZ10.388.1842.11-
YUV64.69190.8283.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 176 (69.14% from 255) = 69.57%
R=0.79%
G=29.64%
B=69.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2751760.990.5700.31214.8397.7534.9
Hex24BB0633901Fd76223
Octal21132601437103732714243
Binary101001011101100001100011111001011111110101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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