#191458

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

Shades of Paua #191458

Tints of Paua #191458

Color information

#191458 (or 0x191458) is unknown color: approx Paua. HEX triplet: 19, 14 and 58. RGB value is (25,20,88). Sum of RGB (Red+Green+Blue) = 25+20+88=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #191458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191458 is #E6EBA7. Grayscale: #1C1C1C. Windows color (decimal): -15133608 or 5772313. OLE color: 5772313.

HSL color Cylindrical-coordinate representation of color #191458: hue angle of 244.41º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #191458 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB252088-
CMYK0.720.7700.65
HSL244.41º62.96%21.18%-
HSV(B)244.41º77.27%34.51%-
XYZ2.411.419.38-
YUV29.25161.16124.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 88 (34.77% from 255) = 66.17%
R=18.80%
G=15.04%
B=66.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2520880.720.7700.65244.4162.9621.18
Hex191458484D041f43f15
Octal312413011011501013647725
Binary1100110100101100010010001001101010000011111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191458; }

 p { color: rgb(25,20,88); }

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

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

 a { background-color: rgb(25,20,88); }

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

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

 span { border-color: rgb(25,20,88); }

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