#17154F

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

Shades of Paua #17154F

Tints of Paua #17154F

Color information

#17154F (or 0x17154F) is unknown color: approx Paua. HEX triplet: 17, 15 and 4F. RGB value is (23,21,79). Sum of RGB (Red+Green+Blue) = 23+21+79=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 21 (8.59% from 255 or 17.07% 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 #17154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17154F is #E8EAB0. Grayscale: #1B1B1B. Windows color (decimal): -15264433 or 5182743. OLE color: 5182743.

HSL color Cylindrical-coordinate representation of color #17154F: hue angle of 242.07º 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 #17154F is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB232179-
CMYK0.710.7300.69
HSL242.07º58%19.61%-
HSV(B)242.07º73.42%30.98%-
XYZ2.031.287.54-
YUV28.21156.66124.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2321790.710.7300.69242.075819.61
Hex17154F4749045f23a14
Octal272511710711101053627224
Binary1011110101100111110001111001001010001011111001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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