#1A104D

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

Shades of Paua #1A104D

Tints of Paua #1A104D

Color information

#1A104D (or 0x1A104D) is unknown color: approx Paua. HEX triplet: 1A, 10 and 4D. RGB value is (26,16,77). Sum of RGB (Red+Green+Blue) = 26+16+77=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A104D is #E5EFB2. Grayscale: #191919. Windows color (decimal): -15069107 or 5050394. OLE color: 5050394.

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

Color convert

RGB261677-
CMYK0.660.7900.70
HSL249.84º65.59%18.24%-
HSV(B)249.84º79.22%30.2%-
XYZ1.951.137.14-
YUV25.94156.81128.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=21.85%
G=13.45%
B=64.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2616770.660.7900.70249.8465.5918.24
Hex1A104D424F046fa4212
Octal3220115102117010637210222
Binary11010100001001101100001010011110100011011111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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