#171248

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

Shades of Paua #171248

Tints of Paua #171248

Color information

#171248 (or 0x171248) is unknown color: approx Paua. HEX triplet: 17, 12 and 48. RGB value is (23,18,72). Sum of RGB (Red+Green+Blue) = 23+18+72=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #171248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171248 is #E8EDB7. Grayscale: #191919. Windows color (decimal): -15265208 or 4723223. OLE color: 4723223.

HSL color Cylindrical-coordinate representation of color #171248: hue angle of 245.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171248 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB231872-
CMYK0.680.7500.72
HSL245.56º60%17.65%-
HSV(B)245.56º75%28.24%-
XYZ1.741.086.25-
YUV25.65154.16126.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.35%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=20.35%
G=15.93%
B=63.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2318720.680.7500.72245.566017.65
Hex171248444B048f63c12
Octal272211010411301103667422
Binary1011110010100100010001001001011010010001111011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171248; }

 p { color: rgb(23,18,72); }

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

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

 a { background-color: rgb(23,18,72); }

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

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

 span { border-color: rgb(23,18,72); }

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