#1A1349

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

Shades of Paua #1A1349

Tints of Paua #1A1349

Color information

#1A1349 (or 0x1A1349) is unknown color: approx Paua. HEX triplet: 1A, 13 and 49. RGB value is (26,19,73). Sum of RGB (Red+Green+Blue) = 26+19+73=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #1A1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1349 is #E5ECB6. Grayscale: #1B1B1B. Windows color (decimal): -15068343 or 4789018. OLE color: 4789018.

HSL color Cylindrical-coordinate representation of color #1A1349: hue angle of 247.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1349 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB261973-
CMYK0.640.7400.71
HSL247.78º58.7%18.04%-
HSV(B)247.78º73.97%28.63%-
XYZ1.861.176.43-
YUV27.25153.82127.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 73 (28.91% from 255) = 61.86%
R=22.03%
G=16.10%
B=61.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2619730.640.7400.71247.7858.718.04
Hex1A1349404A047f83b12
Octal322311110011201073707322
Binary1101010011100100110000001001010010001111111100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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