#16154B

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

Shades of Paua #16154B

Tints of Paua #16154B

Color information

#16154B (or 0x16154B) is unknown color: approx Paua. HEX triplet: 16, 15 and 4B. RGB value is (22,21,75). Sum of RGB (Red+Green+Blue) = 22+21+75=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #16154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16154B is #E9EAB4. Grayscale: #1B1B1B. Windows color (decimal): -15329973 or 4920598. OLE color: 4920598.

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

Color convert

RGB222175-
CMYK0.710.7200.71
HSL241.11º56.25%18.82%-
HSV(B)241.11º72%29.41%-
XYZ1.871.216.79-
YUV27.46154.83124.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=18.64%
G=17.80%
B=63.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2221750.710.7200.71241.1156.2518.82
Hex16154B4748047f13813
Octal262511310711001073617023
Binary1011010101100101110001111001000010001111111000111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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