#15174C

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

Shades of Paua #15174C

Tints of Paua #15174C

Color information

#15174C (or 0x15174C) is unknown color: approx Paua. HEX triplet: 15, 17 and 4C. RGB value is (21,23,76). Sum of RGB (Red+Green+Blue) = 21+23+76=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #15174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15174C is #EAE8B3. Grayscale: #1C1C1C. Windows color (decimal): -15394996 or 4986645. OLE color: 4986645.

HSL color Cylindrical-coordinate representation of color #15174C: hue angle of 237.82º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15174C is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB212376-
CMYK0.720.7000.70
HSL237.82º56.7%19.02%-
HSV(B)237.82º72.37%29.8%-
XYZ1.921.296.99-
YUV28.44154.84122.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=17.5%
G=19.17%
B=63.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2123760.720.7000.70237.8256.719.02
Hex15174C4846046ee3913
Octal252711411010601063567123
Binary1010110111100110010010001000110010001101110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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