#0B0747

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

Shades of Paua #0B0747

Tints of Paua #0B0747

Color information

#0B0747 (or 0x0B0747) is unknown color: approx Paua. HEX triplet: 0B, 07 and 47. RGB value is (11,7,71). Sum of RGB (Red+Green+Blue) = 11+7+71=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B0747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0747 is #F4F8B8. Grayscale: #0F0F0F. Windows color (decimal): -16054457 or 4654859. OLE color: 4654859.

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

Color convert

RGB11771-
CMYK0.850.9000.72
HSL243.75º82.05%15.29%-
HSV(B)243.75º90.14%27.84%-
XYZ1.350.686.02-
YUV15.49159.33124.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.36%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 71 (28.12% from 255) = 79.78%
R=12.36%
G=7.87%
B=79.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal117710.850.9000.72243.7582.0515.29
HexB747555A048f452f
Octal137107125132011036412217
Binary1011111100011110101011011010010010001111010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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