#0252b9

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

Shades of Cobalt #0252B9

Tints of Cobalt #0252B9

Color information

#0252B9 (or 0x0252B9) is unknown color: approx Cobalt. HEX triplet: 02, 52 and B9. RGB value is (2,82,185). Sum of RGB (Red+Green+Blue) = 2+82+185=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 185 (72.66% from 255 or 68.77% from 269); Max value from RGB is 185 - color contains mainly: blue. Hex color #0252B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252B9 is #FDAD46. Grayscale: #454545. Windows color (decimal): -16624967 or 12145154. OLE color: 12145154.

HSL color Cylindrical-coordinate representation of color #0252B9: hue angle of 213.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252B9 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB282185-
CMYK0.990.5600.27
HSL213.77º97.86%36.67%-
HSV(B)213.77º98.92%72.55%-
XYZ11.89.5547.12-
YUV69.8219379.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 185 (72.66% from 255) = 68.77%
R=0.74%
G=30.48%
B=68.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2821850.990.5600.27213.7797.8636.67
Hex252B9633801Bd66225
Octal21222711437003332614245
Binary101010010101110011100011111000011011110101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0252b9; }

 p { color: rgb(2,82,185); }

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

<style>
 a { background-color: #0252b9; }

 a { background-color: rgb(2,82,185); }

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

<style>
 span { border-color: #0252b9; }

 span { border-color: rgb(2,82,185); }

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