#191248

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

Shades of Paua #191248

Tints of Paua #191248

Color information

#191248 (or 0x191248) is unknown color: approx Paua. HEX triplet: 19, 12 and 48. RGB value is (25,18,72). Sum of RGB (Red+Green+Blue) = 25+18+72=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #191248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191248 is #E6EDB7. Grayscale: #1A1A1A. Windows color (decimal): -15134136 or 4723225. OLE color: 4723225.

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

Color convert

RGB251872-
CMYK0.650.7500.72
HSL247.78º60%17.65%-
HSV(B)247.78º75%28.24%-
XYZ1.791.116.25-
YUV26.25153.82127.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=21.74%
G=15.65%
B=62.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2518720.650.7500.72247.786017.65
Hex191248414B048f83c12
Octal312211010111301103707422
Binary1100110010100100010000011001011010010001111100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191248; }

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

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

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

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

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

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

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

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