#0547AB

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

Shades of Cobalt #0547AB

Tints of Cobalt #0547AB

Color information

#0547AB (or 0x0547AB) is unknown color: approx Cobalt. HEX triplet: 05, 47 and AB. RGB value is (5,71,171). Sum of RGB (Red+Green+Blue) = 5+71+171=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #0547AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0547AB is #FAB854. Grayscale: #3E3E3E. Windows color (decimal): -16431189 or 11224837. OLE color: 11224837.

HSL color Cylindrical-coordinate representation of color #0547AB: hue angle of 216.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0547AB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB571171-
CMYK0.970.5800.33
HSL216.14º94.32%34.51%-
HSV(B)216.14º97.08%67.06%-
XYZ9.677.4839.46-
YUV62.67189.1386.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=2.02%
G=28.74%
B=69.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5711710.970.5800.33216.1494.3234.51
Hex547AB613A021d85e23
Octal51072531417204133013643
Binary10110001111010101111000011110100100001110110001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0547AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0547AB; }

 p { color: rgb(5,71,171); }

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

<style>
 a { background-color: #0547AB; }

 a { background-color: rgb(5,71,171); }

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

<style>
 span { border-color: #0547AB; }

 span { border-color: rgb(5,71,171); }

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