#190955

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

Shades of Paua #190955

Tints of Paua #190955

Color information

#190955 (or 0x190955) is unknown color: approx Paua. HEX triplet: 19, 09 and 55. RGB value is (25,9,85). Sum of RGB (Red+Green+Blue) = 25+9+85=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #190955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190955 is #E6F6AA. Grayscale: #161616. Windows color (decimal): -15136427 or 5572889. OLE color: 5572889.

HSL color Cylindrical-coordinate representation of color #190955: hue angle of 252.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190955 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB25985-
CMYK0.710.8900.67
HSL252.63º80.85%18.43%-
HSV(B)252.63º89.41%33.33%-
XYZ2.141.068.69-
YUV22.45163.3129.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=21.01%
G=7.56%
B=71.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal259850.710.8900.67252.6380.8518.43
Hex199554759043fd5112
Octal3111125107131010337512122
Binary1100110011010101100011110110010100001111111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190955; }

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

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

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

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

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

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

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

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