#17144D

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

Shades of Paua #17144D

Tints of Paua #17144D

Color information

#17144D (or 0x17144D) is unknown color: approx Paua. HEX triplet: 17, 14 and 4D. RGB value is (23,20,77). Sum of RGB (Red+Green+Blue) = 23+20+77=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #17144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17144D is #E8EBB2. Grayscale: #1B1B1B. Windows color (decimal): -15264691 or 5051415. OLE color: 5051415.

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

Color convert

RGB232077-
CMYK0.700.7400.70
HSL243.16º58.76%19.02%-
HSV(B)243.16º74.03%30.2%-
XYZ1.941.227.15-
YUV27.39155.99124.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=19.17%
G=16.67%
B=64.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2320770.700.7400.70243.1658.7619.02
Hex17144D464A046f33b13
Octal272411510611201063637323
Binary1011110100100110110001101001010010001101111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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