#191B4A

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

Shades of Paua #191B4A

Tints of Paua #191B4A

Color information

#191B4A (or 0x191B4A) is unknown color: approx Paua. HEX triplet: 19, 1B and 4A. RGB value is (25,27,74). Sum of RGB (Red+Green+Blue) = 25+27+74=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #191B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B4A is #E6E4B5. Grayscale: #1F1F1F. Windows color (decimal): -15131830 or 4856601. OLE color: 4856601.

HSL color Cylindrical-coordinate representation of color #191B4A: hue angle of 237.55º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #191B4A is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB252774-
CMYK0.660.6400.71
HSL237.55º49.49%19.41%-
HSV(B)237.55º66.22%29.02%-
XYZ2.031.486.66-
YUV31.76151.84123.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 74 (29.30% from 255) = 58.73%
R=19.84%
G=21.43%
B=58.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2527740.660.6400.71237.5549.4919.41
Hex191B4A4240047ee3113
Octal313311210210001073566123
Binary1100111011100101010000101000000010001111110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,27,74); }

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

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

 a { background-color: rgb(25,27,74); }

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

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

 span { border-color: rgb(25,27,74); }

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