#191953

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

Shades of Paua #191953

Tints of Paua #191953

Color information

#191953 (or 0x191953) is unknown color: approx Paua. HEX triplet: 19, 19 and 53. RGB value is (25,25,83). Sum of RGB (Red+Green+Blue) = 25+25+83=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #191953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191953 is #E6E6AC. Grayscale: #1F1F1F. Windows color (decimal): -15132333 or 5445913. OLE color: 5445913.

HSL color Cylindrical-coordinate representation of color #191953: hue angle of 240º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191953 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB252583-
CMYK0.700.7000.67
HSL240º53.7%21.18%-
HSV(B)240º69.88%32.55%-
XYZ2.311.538.36-
YUV31.61157123.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=18.80%
G=18.80%
B=62.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2525830.700.7000.6724053.721.18
Hex1919534646043f03615
Octal313112310610601033606625
Binary1100111001101001110001101000110010000111111000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191953; }

 p { color: rgb(25,25,83); }

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

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

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

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

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

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

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