#191A4F

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

Shades of Paua #191A4F

Tints of Paua #191A4F

Color information

#191A4F (or 0x191A4F) is unknown color: approx Paua. HEX triplet: 19, 1A and 4F. RGB value is (25,26,79). Sum of RGB (Red+Green+Blue) = 25+26+79=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #191A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A4F is #E6E5B0. Grayscale: #1F1F1F. Windows color (decimal): -15132081 or 5184025. OLE color: 5184025.

HSL color Cylindrical-coordinate representation of color #191A4F: hue angle of 238.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191A4F is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB252679-
CMYK0.680.6700.69
HSL238.89º51.92%20.39%-
HSV(B)238.89º68.35%30.98%-
XYZ2.181.517.57-
YUV31.74154.67123.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=19.23%
G=20%
B=60.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2526790.680.6700.69238.8951.9220.39
Hex191A4F4443045ef3414
Octal313211710410301053576424
Binary1100111010100111110001001000011010001011110111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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