#190854

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

Shades of Paua #190854

Tints of Paua #190854

Color information

#190854 (or 0x190854) is unknown color: approx Paua. HEX triplet: 19, 08 and 54. RGB value is (25,8,84). Sum of RGB (Red+Green+Blue) = 25+8+84=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #190854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190854 is #E6F7AB. Grayscale: #151515. Windows color (decimal): -15136684 or 5507097. OLE color: 5507097.

HSL color Cylindrical-coordinate representation of color #190854: hue angle of 253.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190854 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB25884-
CMYK0.700.9000.67
HSL253.42º82.61%18.04%-
HSV(B)253.42º90.48%32.94%-
XYZ2.091.028.47-
YUV21.75163.13130.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 84 (33.20% from 255) = 71.79%
R=21.37%
G=6.84%
B=71.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal258840.700.9000.67253.4282.6118.04
Hex19854465A043fd5312
Octal3110124106132010337512322
Binary1100110001010100100011010110100100001111111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190854; }

 p { color: rgb(25,8,84); }

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

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

 a { background-color: rgb(25,8,84); }

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

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

 span { border-color: rgb(25,8,84); }

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