#17194D

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

Shades of Paua #17194D

Tints of Paua #17194D

Color information

#17194D (or 0x17194D) is unknown color: approx Paua. HEX triplet: 17, 19 and 4D. RGB value is (23,25,77). Sum of RGB (Red+Green+Blue) = 23+25+77=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #17194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17194D is #E8E6B2. Grayscale: #1E1E1E. Windows color (decimal): -15263411 or 5052695. OLE color: 5052695.

HSL color Cylindrical-coordinate representation of color #17194D: hue angle of 237.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17194D is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB232577-
CMYK0.700.6800.70
HSL237.78º54%19.61%-
HSV(B)237.78º70.13%30.2%-
XYZ2.041.417.19-
YUV30.33154.34122.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=18.4%
G=20%
B=61.6%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2325770.700.6800.70237.785419.61
Hex17194D4644046ee3614
Octal273111510610401063566624
Binary1011111001100110110001101000100010001101110111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17194D; }

 p { color: rgb(23,25,77); }

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

<style>
 a { background-color: #17194D; }

 a { background-color: rgb(23,25,77); }

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

<style>
 span { border-color: #17194D; }

 span { border-color: rgb(23,25,77); }

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