#191243

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

Shades of Paua #191243

Tints of Paua #191243

Color information

#191243 (or 0x191243) is unknown color: approx Paua. HEX triplet: 19, 12 and 43. RGB value is (25,18,67). Sum of RGB (Red+Green+Blue) = 25+18+67=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #191243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191243 is #E6EDBC. Grayscale: #191919. Windows color (decimal): -15134141 or 4395545. OLE color: 4395545.

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

Color convert

RGB251867-
CMYK0.630.7300.74
HSL248.57º57.65%16.67%-
HSV(B)248.57º73.13%26.27%-
XYZ1.631.045.43-
YUV25.68151.32127.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 67 (26.56% from 255) = 60.91%
R=22.73%
G=16.36%
B=60.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2518670.630.7300.74248.5757.6516.67
Hex1912433F4904Af93a11
Octal31221037711101123717221
Binary110011001010000111111111001001010010101111100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191243; }

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

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

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

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

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

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

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

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