#191148

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

Shades of Paua #191148

Tints of Paua #191148

Color information

#191148 (or 0x191148) is unknown color: approx Paua. HEX triplet: 19, 11 and 48. RGB value is (25,17,72). Sum of RGB (Red+Green+Blue) = 25+17+72=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #191148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191148 is #E6EEB7. Grayscale: #191919. Windows color (decimal): -15134392 or 4722969. OLE color: 4722969.

HSL color Cylindrical-coordinate representation of color #191148: hue angle of 248.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191148 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB251772-
CMYK0.650.7600.72
HSL248.73º61.8%17.45%-
HSV(B)248.73º76.39%28.24%-
XYZ1.771.086.25-
YUV25.66154.15127.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=21.93%
G=14.91%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2517720.650.7600.72248.7361.817.45
Hex191148414C048f93e11
Octal312111010111401103717621
Binary1100110001100100010000011001100010010001111100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191148; }

 p { color: rgb(25,17,72); }

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

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

 a { background-color: rgb(25,17,72); }

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

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

 span { border-color: rgb(25,17,72); }

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