#160E4F

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

Shades of Paua #160E4F

Tints of Paua #160E4F

Color information

#160E4F (or 0x160E4F) is unknown color: approx Paua. HEX triplet: 16, 0E and 4F. RGB value is (22,14,79). Sum of RGB (Red+Green+Blue) = 22+14+79=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #160E4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E4F is #E9F1B0. Grayscale: #171717. Windows color (decimal): -15331761 or 5180950. OLE color: 5180950.

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

Color convert

RGB221479-
CMYK0.720.8200.69
HSL247.38º69.89%18.24%-
HSV(B)247.38º82.28%30.98%-
XYZ1.91.057.5-
YUV23.8159.15126.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 79 (31.25% from 255) = 68.70%
R=19.13%
G=12.17%
B=68.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2214790.720.8200.69247.3869.8918.24
Hex16E4F4852045f74612
Octal2616117110122010536710622
Binary1011011101001111100100010100100100010111110111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,14,79); }

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

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

 a { background-color: rgb(22,14,79); }

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

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

 span { border-color: rgb(22,14,79); }

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