#190957

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

Shades of Paua #190957

Tints of Paua #190957

Color information

#190957 (or 0x190957) is unknown color: approx Paua. HEX triplet: 19, 09 and 57. RGB value is (25,9,87). Sum of RGB (Red+Green+Blue) = 25+9+87=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #190957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190957 is #E6F6A8. Grayscale: #161616. Windows color (decimal): -15136425 or 5703961. OLE color: 5703961.

HSL color Cylindrical-coordinate representation of color #190957: hue angle of 252.31º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190957 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB25987-
CMYK0.710.9000.66
HSL252.31º81.25%18.82%-
HSV(B)252.31º89.66%34.12%-
XYZ2.221.099.11-
YUV22.68164.3129.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 87 (34.38% from 255) = 71.90%
R=20.66%
G=7.44%
B=71.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal259870.710.9000.66252.3181.2518.82
Hex19957475A042fc5113
Octal3111127107132010237412123
Binary1100110011010111100011110110100100001011111100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190957; }

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

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

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

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

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

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

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

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