#191A4C

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

Shades of Paua #191A4C

Tints of Paua #191A4C

Color information

#191A4C (or 0x191A4C) is unknown color: approx Paua. HEX triplet: 19, 1A and 4C. RGB value is (25,26,76). Sum of RGB (Red+Green+Blue) = 25+26+76=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #191A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A4C is #E6E5B3. Grayscale: #1F1F1F. Windows color (decimal): -15132084 or 4987417. OLE color: 4987417.

HSL color Cylindrical-coordinate representation of color #191A4C: hue angle of 238.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191A4C is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB252676-
CMYK0.670.6600.70
HSL238.82º50.5%19.8%-
HSV(B)238.82º67.11%29.8%-
XYZ2.071.477.01-
YUV31.4153.17123.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 76 (30.08% from 255) = 59.84%
R=19.69%
G=20.47%
B=59.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2526760.670.6600.70238.8250.519.8
Hex191A4C4342046ef3214
Octal313211410310201063576224
Binary1100111010100110010000111000010010001101110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191A4C; }

 p { color: rgb(25,26,76); }

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

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

 a { background-color: rgb(25,26,76); }

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

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

 span { border-color: rgb(25,26,76); }

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