#16174B

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

Shades of Paua #16174B

Tints of Paua #16174B

Color information

#16174B (or 0x16174B) is unknown color: approx Paua. HEX triplet: 16, 17 and 4B. RGB value is (22,23,75). Sum of RGB (Red+Green+Blue) = 22+23+75=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #16174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16174B is #E9E8B4. Grayscale: #1C1C1C. Windows color (decimal): -15329461 or 4921110. OLE color: 4921110.

HSL color Cylindrical-coordinate representation of color #16174B: hue angle of 238.87º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16174B is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB222375-
CMYK0.710.6900.71
HSL238.87º54.64%19.02%-
HSV(B)238.87º70.67%29.41%-
XYZ1.911.296.81-
YUV28.63154.17123.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=18.33%
G=19.17%
B=62.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2223750.710.6900.71238.8754.6419.02
Hex16174B4745047ef3713
Octal262711310710501073576723
Binary1011010111100101110001111000101010001111110111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16174B; }

 p { color: rgb(22,23,75); }

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

<style>
 a { background-color: #16174B; }

 a { background-color: rgb(22,23,75); }

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

<style>
 span { border-color: #16174B; }

 span { border-color: rgb(22,23,75); }

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