#0553BA

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

Shades of Cobalt #0553BA

Tints of Cobalt #0553BA

Color information

#0553BA (or 0x0553BA) is unknown color: approx Cobalt. HEX triplet: 05, 53 and BA. RGB value is (5,83,186). Sum of RGB (Red+Green+Blue) = 5+83+186=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #0553BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553BA is #FAAC45. Grayscale: #464646. Windows color (decimal): -16428102 or 12210949. OLE color: 12210949.

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

Color convert

RGB583186-
CMYK0.970.5500.27
HSL214.14º94.76%37.45%-
HSV(B)214.14º97.31%72.94%-
XYZ12.029.7647.71-
YUV71.42192.6680.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 186 (73.05% from 255) = 67.88%
R=1.82%
G=30.29%
B=67.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5831860.970.5500.27214.1494.7637.45
Hex553BA613701Bd65f25
Octal51232721416703332613745
Binary1011010011101110101100001110111011011110101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0553BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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