#15174E

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

Shades of Paua #15174E

Tints of Paua #15174E

Color information

#15174E (or 0x15174E) is unknown color: approx Paua. HEX triplet: 15, 17 and 4E. RGB value is (21,23,78). Sum of RGB (Red+Green+Blue) = 21+23+78=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #15174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15174E is #EAE8B1. Grayscale: #1C1C1C. Windows color (decimal): -15394994 or 5117717. OLE color: 5117717.

HSL color Cylindrical-coordinate representation of color #15174E: hue angle of 237.89º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15174E is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212378-
CMYK0.730.7100.69
HSL237.89º57.58%19.41%-
HSV(B)237.89º73.08%30.59%-
XYZ1.991.327.36-
YUV28.67155.84122.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=17.21%
G=18.85%
B=63.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2123780.730.7100.69237.8957.5819.41
Hex15174E4947045ee3a13
Octal252711611110701053567223
Binary1010110111100111010010011000111010001011110111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15174E; }

 p { color: rgb(21,23,78); }

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

<style>
 a { background-color: #15174E; }

 a { background-color: rgb(21,23,78); }

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

<style>
 span { border-color: #15174E; }

 span { border-color: rgb(21,23,78); }

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