#190952

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

Shades of Paua #190952

Tints of Paua #190952

Color information

#190952 (or 0x190952) is unknown color: approx Paua. HEX triplet: 19, 09 and 52. RGB value is (25,9,82). Sum of RGB (Red+Green+Blue) = 25+9+82=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #190952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190952 is #E6F6AD. Grayscale: #151515. Windows color (decimal): -15136430 or 5376281. OLE color: 5376281.

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

Color convert

RGB25982-
CMYK0.700.8900.68
HSL253.15º80.22%17.84%-
HSV(B)253.15º89.02%32.16%-
XYZ2.021.018.07-
YUV22.11161.8130.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 82 (32.42% from 255) = 70.69%
R=21.55%
G=7.76%
B=70.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal259820.700.8900.68253.1580.2217.84
Hex199524659044fd5012
Octal3111122106131010437512022
Binary1100110011010010100011010110010100010011111101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190952; }

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

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

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

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

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

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

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

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