#16104F

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

Shades of Paua #16104F

Tints of Paua #16104F

Color information

#16104F (or 0x16104F) is unknown color: approx Paua. HEX triplet: 16, 10 and 4F. RGB value is (22,16,79). Sum of RGB (Red+Green+Blue) = 22+16+79=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #16104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16104F is #E9EFB0. Grayscale: #181818. Windows color (decimal): -15331249 or 5181462. OLE color: 5181462.

HSL color Cylindrical-coordinate representation of color #16104F: hue angle of 245.71º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16104F is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB221679-
CMYK0.720.8000.69
HSL245.71º66.32%18.63%-
HSV(B)245.71º79.75%30.98%-
XYZ1.931.117.51-
YUV24.98158.49125.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=18.80%
G=13.68%
B=67.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2216790.720.8000.69245.7166.3218.63
Hex16104F4850045f64213
Octal2620117110120010536610223
Binary10110100001001111100100010100000100010111110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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