#17133E

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

Shades of Paua #17133E

Tints of Paua #17133E

Color information

#17133E (or 0x17133E) is unknown color: approx Paua. HEX triplet: 17, 13 and 3E. RGB value is (23,19,62). Sum of RGB (Red+Green+Blue) = 23+19+62=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #17133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17133E is #E8ECC1. Grayscale: #181818. Windows color (decimal): -15264962 or 4068119. OLE color: 4068119.

HSL color Cylindrical-coordinate representation of color #17133E: hue angle of 245.58º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17133E is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB231962-
CMYK0.630.6900.76
HSL245.58º53.09%15.88%-
HSV(B)245.58º69.35%24.31%-
XYZ1.4614.67-
YUV25.1148.83126.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.12%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 62 (24.61% from 255) = 59.62%
R=22.12%
G=18.27%
B=59.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2319620.630.6900.76245.5853.0915.88
Hex17133E3F4504Cf63510
Octal2723767710501143666520
Binary10111100111111101111111000101010011001111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17133E; }

 p { color: rgb(23,19,62); }

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

<style>
 a { background-color: #17133E; }

 a { background-color: rgb(23,19,62); }

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

<style>
 span { border-color: #17133E; }

 span { border-color: rgb(23,19,62); }

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