#1A114D

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

Shades of Paua #1A114D

Tints of Paua #1A114D

Color information

#1A114D (or 0x1A114D) is unknown color: approx Paua. HEX triplet: 1A, 11 and 4D. RGB value is (26,17,77). Sum of RGB (Red+Green+Blue) = 26+17+77=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A114D is #E5EEB2. Grayscale: #1A1A1A. Windows color (decimal): -15068851 or 5050650. OLE color: 5050650.

HSL color Cylindrical-coordinate representation of color #1A114D: hue angle of 249º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A114D is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB261777-
CMYK0.660.7800.70
HSL249º63.83%18.43%-
HSV(B)249º77.92%30.2%-
XYZ1.971.167.14-
YUV26.53156.48127.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.67%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=21.67%
G=14.17%
B=64.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2617770.660.7800.7024963.8318.43
Hex1A114D424E046f94012
Octal3221115102116010637110022
Binary11010100011001101100001010011100100011011111001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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