#0252BF

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

Shades of Cobalt #0252BF

Tints of Cobalt #0252BF

Color information

#0252BF (or 0x0252BF) is unknown color: approx Cobalt. HEX triplet: 02, 52 and BF. RGB value is (2,82,191). Sum of RGB (Red+Green+Blue) = 2+82+191=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #0252BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252BF is #FDAD40. Grayscale: #454545. Windows color (decimal): -16624961 or 12538370. OLE color: 12538370.

HSL color Cylindrical-coordinate representation of color #0252BF: hue angle of 214.6º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252BF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB282191-
CMYK0.990.5700.25
HSL214.6º97.93%37.84%-
HSV(B)214.6º98.95%74.9%-
XYZ12.459.8150.53-
YUV70.5119679.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 191 (75% from 255) = 69.45%
R=0.73%
G=29.82%
B=69.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2821910.990.5700.25214.697.9337.84
Hex252BF6339019d76226
Octal21222771437103132714246
Binary101010010101111111100011111001011001110101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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