#191150

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

Shades of Paua #191150

Tints of Paua #191150

Color information

#191150 (or 0x191150) is unknown color: approx Paua. HEX triplet: 19, 11 and 50. RGB value is (25,17,80). Sum of RGB (Red+Green+Blue) = 25+17+80=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #191150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191150 is #E6EEAF. Grayscale: #1A1A1A. Windows color (decimal): -15134384 or 5247257. OLE color: 5247257.

HSL color Cylindrical-coordinate representation of color #191150: hue angle of 247.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191150 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB251780-
CMYK0.690.7900.69
HSL247.62º64.95%19.02%-
HSV(B)247.62º78.75%31.37%-
XYZ2.051.197.71-
YUV26.57158.15126.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=20.49%
G=13.93%
B=65.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2517800.690.7900.69247.6264.9519.02
Hex191150454F045f84113
Octal3121120105117010537010123
Binary11001100011010000100010110011110100010111111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191150; }

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

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

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

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

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

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

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

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