#0B0049

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

Shades of Paua #0B0049

Tints of Paua #0B0049

Color information

#0B0049 (or 0x0B0049) is unknown color: approx Paua. HEX triplet: 0B, 00 and 49. RGB value is (11,0,73). Sum of RGB (Red+Green+Blue) = 11+0+73=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0049 is #F4FFB6. Grayscale: #0B0B0B. Windows color (decimal): -16056247 or 4784139. OLE color: 4784139.

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

Color convert

RGB11073-
CMYK0.85100.71
HSL249.04º100%14.31%-
HSV(B)249.04º100%28.63%-
XYZ1.340.556.34-
YUV11.61162.64127.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 86.90%
R=13.10%
G=0%
B=86.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal110730.85100.71249.0410014.31
HexB0495564047f964e
Octal130111125144010737114416
Binary10110100100110101011100100010001111111100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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