#0B0549

Color #0B0549 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #0B0549

Tints of Paua #0B0549

Color information

#0B0549 (or 0x0B0549) is unknown color: approx Paua. HEX triplet: 0B, 05 and 49. RGB value is (11,5,73). Sum of RGB (Red+Green+Blue) = 11+5+73=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 73 (28.91% from 255 or 82.02% from 89); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0549 is #F4FAB6. Grayscale: #0E0E0E. Windows color (decimal): -16054967 or 4785419. OLE color: 4785419.

HSL color Cylindrical-coordinate representation of color #0B0549: hue angle of 245.29º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0549 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB11573-
CMYK0.850.9300.71
HSL245.29º87.18%15.29%-
HSV(B)245.29º93.15%28.63%-
XYZ1.390.666.36-
YUV14.55160.99125.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.36%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 73 (28.91% from 255) = 82.02%
R=12.36%
G=5.62%
B=82.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal115730.850.9300.71245.2987.1815.29
HexB549555D047f557f
Octal135111125135010736512717
Binary1011101100100110101011011101010001111111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0549; }

 p { color: rgb(11,5,73); }

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

<style>
 a { background-color: #0B0549; }

 a { background-color: rgb(11,5,73); }

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

<style>
 span { border-color: #0B0549; }

 span { border-color: rgb(11,5,73); }

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