#0252BA

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

Shades of Cobalt #0252BA

Tints of Cobalt #0252BA

Color information

#0252BA (or 0x0252BA) is unknown color: approx Cobalt. HEX triplet: 02, 52 and BA. RGB value is (2,82,186). Sum of RGB (Red+Green+Blue) = 2+82+186=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #0252BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252BA is #FDAD45. Grayscale: #454545. Windows color (decimal): -16624966 or 12210690. OLE color: 12210690.

HSL color Cylindrical-coordinate representation of color #0252BA: hue angle of 213.91º 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 #0252BA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB282186-
CMYK0.990.5600.27
HSL213.91º97.87%36.86%-
HSV(B)213.91º98.92%72.94%-
XYZ11.919.5947.68-
YUV69.94193.579.54-

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.37%
BLUE value IS 186 (73.05% from 255) = 68.89%
R=0.74%
G=30.37%
B=68.89%

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
Decimal2821860.990.5600.27213.9197.8736.86
Hex252BA633801Bd66225
Octal21222721437003332614245
Binary101010010101110101100011111000011011110101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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