#16074F

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

Shades of Paua #16074F

Tints of Paua #16074F

Color information

#16074F (or 0x16074F) is unknown color: approx Paua. HEX triplet: 16, 07 and 4F. RGB value is (22,7,79). Sum of RGB (Red+Green+Blue) = 22+7+79=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #16074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16074F is #E9F8B0. Grayscale: #131313. Windows color (decimal): -15333553 or 5179158. OLE color: 5179158.

HSL color Cylindrical-coordinate representation of color #16074F: hue angle of 252.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16074F is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB22779-
CMYK0.720.9100.69
HSL252.5º83.72%16.86%-
HSV(B)252.5º91.14%30.98%-
XYZ1.820.897.47-
YUV19.69161.47129.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 79 (31.25% from 255) = 73.15%
R=20.37%
G=6.48%
B=73.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal227790.720.9100.69252.583.7216.86
Hex1674F485B045fc5411
Octal267117110133010537412421
Binary101101111001111100100010110110100010111111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16074F; }

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

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

<style>
 a { background-color: #16074F; }

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

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

<style>
 span { border-color: #16074F; }

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

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