#1A1346

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

Shades of Paua #1A1346

Tints of Paua #1A1346

Color information

#1A1346 (or 0x1A1346) is unknown color: approx Paua. HEX triplet: 1A, 13 and 46. RGB value is (26,19,70). Sum of RGB (Red+Green+Blue) = 26+19+70=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1346 is #E5ECB9. Grayscale: #1A1A1A. Windows color (decimal): -15068346 or 4592410. OLE color: 4592410.

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

Color convert

RGB261970-
CMYK0.630.7300.73
HSL248.24º57.3%17.45%-
HSV(B)248.24º72.86%27.45%-
XYZ1.761.135.92-
YUV26.91152.32127.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.61%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 70 (27.73% from 255) = 60.87%
R=22.61%
G=16.52%
B=60.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2619700.630.7300.73248.2457.317.45
Hex1A13463F49049f83911
Octal32231067711101113707121
Binary110101001110001101111111001001010010011111100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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