#191052

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

Shades of Paua #191052

Tints of Paua #191052

Color information

#191052 (or 0x191052) is unknown color: approx Paua. HEX triplet: 19, 10 and 52. RGB value is (25,16,82). Sum of RGB (Red+Green+Blue) = 25+16+82=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #191052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191052 is #E6EFAD. Grayscale: #191919. Windows color (decimal): -15134638 or 5378073. OLE color: 5378073.

HSL color Cylindrical-coordinate representation of color #191052: hue angle of 248.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191052 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB251682-
CMYK0.700.8000.68
HSL248.18º67.35%19.22%-
HSV(B)248.18º80.49%32.16%-
XYZ2.111.198.1-
YUV26.21159.48127.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=20.33%
G=13.01%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2516820.700.8000.68248.1867.3519.22
Hex1910524650044f84313
Octal3120122106120010437010323
Binary11001100001010010100011010100000100010011111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191052; }

 p { color: rgb(25,16,82); }

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

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

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

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

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

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

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