#191658

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

Shades of Paua #191658

Tints of Paua #191658

Color information

#191658 (or 0x191658) is unknown color: approx Paua. HEX triplet: 19, 16 and 58. RGB value is (25,22,88). Sum of RGB (Red+Green+Blue) = 25+22+88=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #191658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191658 is #E6E9A7. Grayscale: #1E1E1E. Windows color (decimal): -15133096 or 5772825. OLE color: 5772825.

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

Color convert

RGB252288-
CMYK0.720.7500.65
HSL242.73º60%21.57%-
HSV(B)242.73º75%34.51%-
XYZ2.451.499.39-
YUV30.42160.49124.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=18.52%
G=16.30%
B=65.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2522880.720.7500.65242.736021.57
Hex191658484B041f33c16
Octal312613011011301013637426
Binary1100110110101100010010001001011010000011111001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191658; }

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

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

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

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

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

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

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

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