#190F52

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

Shades of Paua #190F52

Tints of Paua #190F52

Color information

#190F52 (or 0x190F52) is unknown color: approx Paua. HEX triplet: 19, 0F and 52. RGB value is (25,15,82). Sum of RGB (Red+Green+Blue) = 25+15+82=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #190F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F52 is #E6F0AD. Grayscale: #191919. Windows color (decimal): -15134894 or 5377817. OLE color: 5377817.

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

Color convert

RGB251582-
CMYK0.700.8200.68
HSL248.96º69.07%19.02%-
HSV(B)248.96º81.71%32.16%-
XYZ2.091.168.1-
YUV25.63159.81127.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=20.49%
G=12.30%
B=67.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2515820.700.8200.68248.9669.0719.02
Hex19F524652044f94513
Octal3117122106122010437110523
Binary1100111111010010100011010100100100010011111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190F52; }

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

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

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

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

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

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

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

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