#160F4E

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

Shades of Paua #160F4E

Tints of Paua #160F4E

Color information

#160F4E (or 0x160F4E) is unknown color: approx Paua. HEX triplet: 16, 0F and 4E. RGB value is (22,15,78). Sum of RGB (Red+Green+Blue) = 22+15+78=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #160F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F4E is #E9F0B1. Grayscale: #181818. Windows color (decimal): -15331506 or 5115670. OLE color: 5115670.

HSL color Cylindrical-coordinate representation of color #160F4E: hue angle of 246.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #160F4E is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB221578-
CMYK0.720.8100.69
HSL246.67º67.74%18.24%-
HSV(B)246.67º80.77%30.59%-
XYZ1.881.067.31-
YUV24.28158.32126.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 78 (30.86% from 255) = 67.83%
R=19.13%
G=13.04%
B=67.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2215780.720.8100.69246.6767.7418.24
Hex16F4E4851045f74412
Octal2617116110121010536710422
Binary1011011111001110100100010100010100010111110111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,15,78); }

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

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

 a { background-color: rgb(22,15,78); }

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

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

 span { border-color: rgb(22,15,78); }

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