#1A1946

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

Shades of Paua #1A1946

Tints of Paua #1A1946

Color information

#1A1946 (or 0x1A1946) is unknown color: approx Paua. HEX triplet: 1A, 19 and 46. RGB value is (26,25,70). Sum of RGB (Red+Green+Blue) = 26+25+70=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A1946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1946 is #E5E6B9. Grayscale: #1E1E1E. Windows color (decimal): -15066810 or 4593946. OLE color: 4593946.

HSL color Cylindrical-coordinate representation of color #1A1946: hue angle of 241.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A1946 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB262570-
CMYK0.630.6400.73
HSL241.33º47.37%18.63%-
HSV(B)241.33º64.29%27.45%-
XYZ1.881.365.96-
YUV30.43150.33124.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=21.49%
G=20.66%
B=57.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2625700.630.6400.73241.3347.3718.63
Hex1A19463F40049f12f13
Octal32311067710001113615723
Binary110101100110001101111111000000010010011111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1946; }

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

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

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

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

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

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

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

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