#191143

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

Shades of Paua #191143

Tints of Paua #191143

Color information

#191143 (or 0x191143) is unknown color: approx Paua. HEX triplet: 19, 11 and 43. RGB value is (25,17,67). Sum of RGB (Red+Green+Blue) = 25+17+67=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #191143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191143 is #E6EEBC. Grayscale: #181818. Windows color (decimal): -15134397 or 4395289. OLE color: 4395289.

HSL color Cylindrical-coordinate representation of color #191143: hue angle of 249.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191143 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB251767-
CMYK0.630.7500.74
HSL249.6º59.52%16.47%-
HSV(B)249.6º74.63%26.27%-
XYZ1.611.015.42-
YUV25.09151.65127.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 67 (26.56% from 255) = 61.47%
R=22.94%
G=15.60%
B=61.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2517670.630.7500.74249.659.5216.47
Hex1911433F4B04Afa3c10
Octal31211037711301123727420
Binary110011000110000111111111001011010010101111101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191143; }

 p { color: rgb(25,17,67); }

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

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

 a { background-color: rgb(25,17,67); }

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

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

 span { border-color: rgb(25,17,67); }

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