#1A1246

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

Shades of Paua #1A1246

Tints of Paua #1A1246

Color information

#1A1246 (or 0x1A1246) is unknown color: approx Paua. HEX triplet: 1A, 12 and 46. RGB value is (26,18,70). Sum of RGB (Red+Green+Blue) = 26+18+70=114 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.81% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A1246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1246 is #E5EDB9. Grayscale: #1A1A1A. Windows color (decimal): -15068602 or 4592154. OLE color: 4592154.

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

Color convert

RGB261870-
CMYK0.630.7400.73
HSL249.23º59.09%17.25%-
HSV(B)249.23º74.29%27.45%-
XYZ1.751.095.91-
YUV26.32152.65127.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.81%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=22.81%
G=15.79%
B=61.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2618700.630.7400.73249.2359.0917.25
Hex1A12463F4A049f93b11
Octal32221067711201113717321
Binary110101001010001101111111001010010010011111100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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