#0548B9

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

Shades of Cobalt #0548B9

Tints of Cobalt #0548B9

Color information

#0548B9 (or 0x0548B9) is unknown color: approx Cobalt. HEX triplet: 05, 48 and B9. RGB value is (5,72,185). Sum of RGB (Red+Green+Blue) = 5+72+185=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #0548B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0548B9 is #FAB746. Grayscale: #404040. Windows color (decimal): -16430919 or 12142597. OLE color: 12142597.

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

Color convert

RGB572185-
CMYK0.970.6100.27
HSL217.67º94.74%37.25%-
HSV(B)217.67º97.3%72.55%-
XYZ11.148.1746.89-
YUV64.85195.885.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 185 (72.66% from 255) = 70.61%
R=1.91%
G=27.48%
B=70.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5721850.970.6100.27217.6794.7437.25
Hex548B9613D01Bda5f25
Octal51102711417503333213745
Binary1011001000101110011100001111101011011110110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0548B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0548B9; }

 p { color: rgb(5,72,185); }

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

<style>
 a { background-color: #0548B9; }

 a { background-color: rgb(5,72,185); }

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

<style>
 span { border-color: #0548B9; }

 span { border-color: rgb(5,72,185); }

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