#0B0047

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

Shades of Paua #0B0047

Tints of Paua #0B0047

Color information

#0B0047 (or 0x0B0047) is unknown color: approx Paua. HEX triplet: 0B, 00 and 47. RGB value is (11,0,71). Sum of RGB (Red+Green+Blue) = 11+0+71=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 71 (28.12% from 255 or 86.59% from 82); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B0047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0047 is #F4FFB8. Grayscale: #0B0B0B. Windows color (decimal): -16056249 or 4653067. OLE color: 4653067.

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

Color convert

RGB11071-
CMYK0.85100.72
HSL249.3º100%13.92%-
HSV(B)249.3º100%27.84%-
XYZ1.280.536-
YUV11.38161.64127.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 86.59%
R=13.41%
G=0%
B=86.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal110710.85100.72249.310013.92
HexB0475564048f964e
Octal130107125144011037114416
Binary10110100011110101011100100010010001111100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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