#0B0247

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

Shades of Paua #0B0247

Tints of Paua #0B0247

Color information

#0B0247 (or 0x0B0247) is unknown color: approx Paua. HEX triplet: 0B, 02 and 47. RGB value is (11,2,71). Sum of RGB (Red+Green+Blue) = 11+2+71=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B0247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0247 is #F4FDB8. Grayscale: #0C0C0C. Windows color (decimal): -16055737 or 4653579. OLE color: 4653579.

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

Color convert

RGB11271-
CMYK0.850.9700.72
HSL247.83º94.52%14.31%-
HSV(B)247.83º97.18%27.84%-
XYZ1.30.576-
YUV12.56160.98126.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 71 (28.12% from 255) = 84.52%
R=13.10%
G=2.38%
B=84.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal112710.850.9700.72247.8394.5214.31
HexB2475561048f85fe
Octal132107125141011037013716
Binary101110100011110101011100001010010001111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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