#0552BA

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

Shades of Cobalt #0552BA

Tints of Cobalt #0552BA

Color information

#0552BA (or 0x0552BA) is unknown color: approx Cobalt. HEX triplet: 05, 52 and BA. RGB value is (5,82,186). Sum of RGB (Red+Green+Blue) = 5+82+186=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0552BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552BA is #FAAD45. Grayscale: #464646. Windows color (decimal): -16428358 or 12210693. OLE color: 12210693.

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

Color convert

RGB582186-
CMYK0.970.5600.27
HSL214.48º94.76%37.45%-
HSV(B)214.48º97.31%72.94%-
XYZ11.949.6147.68-
YUV70.83192.9981.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 186 (73.05% from 255) = 68.13%
R=1.83%
G=30.04%
B=68.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5821860.970.5600.27214.4894.7637.45
Hex552BA613801Bd65f25
Octal51222721417003332613745
Binary1011010010101110101100001111000011011110101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0552BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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