#15174F

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

Shades of Paua #15174F

Tints of Paua #15174F

Color information

#15174F (or 0x15174F) is unknown color: approx Paua. HEX triplet: 15, 17 and 4F. RGB value is (21,23,79). Sum of RGB (Red+Green+Blue) = 21+23+79=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #15174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15174F is #EAE8B0. Grayscale: #1C1C1C. Windows color (decimal): -15394993 or 5183253. OLE color: 5183253.

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

Color convert

RGB212379-
CMYK0.730.7100.69
HSL237.93º58%19.61%-
HSV(B)237.93º73.42%30.98%-
XYZ2.031.347.55-
YUV28.79156.34122.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=17.07%
G=18.70%
B=64.23%

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
Decimal2123790.730.7100.69237.935819.61
Hex15174F4947045ee3a14
Octal252711711110701053567224
Binary1010110111100111110010011000111010001011110111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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