#191348

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

Shades of Paua #191348

Tints of Paua #191348

Color information

#191348 (or 0x191348) is unknown color: approx Paua. HEX triplet: 19, 13 and 48. RGB value is (25,19,72). Sum of RGB (Red+Green+Blue) = 25+19+72=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #191348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191348 is #E6ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15133880 or 4723481. OLE color: 4723481.

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

Color convert

RGB251972-
CMYK0.650.7400.72
HSL246.79º58.24%17.84%-
HSV(B)246.79º73.61%28.24%-
XYZ1.81.146.26-
YUV26.84153.49126.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=21.55%
G=16.38%
B=62.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2519720.650.7400.72246.7958.2417.84
Hex191348414A048f73a12
Octal312311010111201103677222
Binary1100110011100100010000011001010010010001111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191348; }

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

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

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

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

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

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

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

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