#1A1148

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

Shades of Paua #1A1148

Tints of Paua #1A1148

Color information

#1A1148 (or 0x1A1148) is unknown color: approx Paua. HEX triplet: 1A, 11 and 48. RGB value is (26,17,72). Sum of RGB (Red+Green+Blue) = 26+17+72=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1148 is #E5EEB7. Grayscale: #191919. Windows color (decimal): -15068856 or 4722970. OLE color: 4722970.

HSL color Cylindrical-coordinate representation of color #1A1148: hue angle of 249.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1148 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB261772-
CMYK0.640.7600.72
HSL249.82º61.8%17.45%-
HSV(B)249.82º76.39%28.24%-
XYZ1.81.096.25-
YUV25.96153.98128.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.61%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=22.61%
G=14.78%
B=62.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2617720.640.7600.72249.8261.817.45
Hex1A1148404C048fa3e11
Octal322111010011401103727621
Binary1101010001100100010000001001100010010001111101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,72); }

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

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

 a { background-color: rgb(26,17,72); }

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

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

 span { border-color: rgb(26,17,72); }

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