#1A164D

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

Shades of Paua #1A164D

Tints of Paua #1A164D

Color information

#1A164D (or 0x1A164D) is unknown color: approx Paua. HEX triplet: 1A, 16 and 4D. RGB value is (26,22,77). Sum of RGB (Red+Green+Blue) = 26+22+77=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A164D is #E5E9B2. Grayscale: #1D1D1D. Windows color (decimal): -15067571 or 5051930. OLE color: 5051930.

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

Color convert

RGB262277-
CMYK0.660.7100.70
HSL244.36º55.56%19.41%-
HSV(B)244.36º71.43%30.2%-
XYZ2.051.337.17-
YUV29.47154.83125.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=20.8%
G=17.6%
B=61.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2622770.660.7100.70244.3655.5619.41
Hex1A164D4247046f43813
Octal322611510210701063647023
Binary1101010110100110110000101000111010001101111010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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