#191844

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

Shades of Paua #191844

Tints of Paua #191844

Color information

#191844 (or 0x191844) is unknown color: approx Paua. HEX triplet: 19, 18 and 44. RGB value is (25,24,68). Sum of RGB (Red+Green+Blue) = 25+24+68=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #191844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191844 is #E6E7BB. Grayscale: #1D1D1D. Windows color (decimal): -15132604 or 4462617. OLE color: 4462617.

HSL color Cylindrical-coordinate representation of color #191844: hue angle of 241.36º 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 #191844 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB252468-
CMYK0.630.6500.73
HSL241.36º47.83%18.04%-
HSV(B)241.36º64.71%26.67%-
XYZ1.771.285.62-
YUV29.32149.83124.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 68 (26.95% from 255) = 58.12%
R=21.37%
G=20.51%
B=58.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2524680.630.6500.73241.3647.8318.04
Hex1918443F41049f13012
Octal31301047710101113616022
Binary110011100010001001111111000001010010011111000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191844; }

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

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

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

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

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

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

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

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