#191845

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

Shades of Paua #191845

Tints of Paua #191845

Color information

#191845 (or 0x191845) is unknown color: approx Paua. HEX triplet: 19, 18 and 45. RGB value is (25,24,69). Sum of RGB (Red+Green+Blue) = 25+24+69=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #191845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191845 is #E6E7BA. Grayscale: #1D1D1D. Windows color (decimal): -15132603 or 4528153. OLE color: 4528153.

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

Color convert

RGB252469-
CMYK0.640.6500.73
HSL241.33º48.39%18.24%-
HSV(B)241.33º65.22%27.06%-
XYZ1.81.295.78-
YUV29.43150.33124.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 69 (27.34% from 255) = 58.47%
R=21.19%
G=20.34%
B=58.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2524690.640.6500.73241.3348.3918.24
Hex1918454041049f13012
Octal313010510010101113616022
Binary1100111000100010110000001000001010010011111000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191845; }

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

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

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

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

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

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

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

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