#0B0143

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

Shades of Paua #0B0143

Tints of Paua #0B0143

Color information

#0B0143 (or 0x0B0143) is unknown color: approx Paua. HEX triplet: 0B, 01 and 43. RGB value is (11,1,67). Sum of RGB (Red+Green+Blue) = 11+1+67=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 67 (26.56% from 255 or 84.81% from 79); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B0143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0143 is #F4FEBC. Grayscale: #0B0B0B. Windows color (decimal): -16055997 or 4391179. OLE color: 4391179.

HSL color Cylindrical-coordinate representation of color #0B0143: hue angle of 249.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0143 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB11167-
CMYK0.840.9900.74
HSL249.09º97.06%13.33%-
HSV(B)249.09º98.51%26.27%-
XYZ1.160.55.35-
YUV11.51159.31127.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.92%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 67 (26.56% from 255) = 84.81%
R=13.92%
G=1.27%
B=84.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal111670.840.9900.74249.0997.0613.33
HexB143546304Af961d
Octal131103124143011237114115
Binary10111100001110101001100011010010101111100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,1,67); }

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

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

 a { background-color: rgb(11,1,67); }

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

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

 span { border-color: rgb(11,1,67); }

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