#191745

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

Shades of Paua #191745

Tints of Paua #191745

Color information

#191745 (or 0x191745) is unknown color: approx Paua. HEX triplet: 19, 17 and 45. RGB value is (25,23,69). Sum of RGB (Red+Green+Blue) = 25+23+69=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #191745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191745 is #E6E8BA. Grayscale: #1C1C1C. Windows color (decimal): -15132859 or 4527897. OLE color: 4527897.

HSL color Cylindrical-coordinate representation of color #191745: hue angle of 242.61º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191745 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB252369-
CMYK0.640.6700.73
HSL242.61º50%18.04%-
HSV(B)242.61º66.67%27.06%-
XYZ1.781.255.78-
YUV28.84150.66125.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 69 (27.34% from 255) = 58.97%
R=21.37%
G=19.66%
B=58.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2523690.640.6700.73242.615018.04
Hex1917454043049f33212
Octal312710510010301113636222
Binary1100110111100010110000001000011010010011111001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191745; }

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

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

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

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

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

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

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

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