#160B48

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

Shades of Paua #160B48

Tints of Paua #160B48

Color information

#160B48 (or 0x160B48) is unknown color: approx Paua. HEX triplet: 16, 0B and 48. RGB value is (22,11,72). Sum of RGB (Red+Green+Blue) = 22+11+72=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #160B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B48 is #E9F4B7. Grayscale: #151515. Windows color (decimal): -15332536 or 4721430. OLE color: 4721430.

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

Color convert

RGB221172-
CMYK0.690.8500.72
HSL250.82º73.49%16.27%-
HSV(B)250.82º84.72%28.24%-
XYZ1.620.886.21-
YUV21.24156.64128.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=20.95%
G=10.48%
B=68.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2211720.690.8500.72250.8273.4916.27
Hex16B484555048fb4910
Octal2613110105125011037311120
Binary1011010111001000100010110101010100100011111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160B48; }

 p { color: rgb(22,11,72); }

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

<style>
 a { background-color: #160B48; }

 a { background-color: rgb(22,11,72); }

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

<style>
 span { border-color: #160B48; }

 span { border-color: rgb(22,11,72); }

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