#1A0D4E

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

Shades of Paua #1A0D4E

Tints of Paua #1A0D4E

Color information

#1A0D4E (or 0x1A0D4E) is unknown color: approx Paua. HEX triplet: 1A, 0D and 4E. RGB value is (26,13,78). Sum of RGB (Red+Green+Blue) = 26+13+78=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A0D4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0D4E is #E5F2B1. Grayscale: #181818. Windows color (decimal): -15069874 or 5115162. OLE color: 5115162.

HSL color Cylindrical-coordinate representation of color #1A0D4E: hue angle of 252º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A0D4E is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB261378-
CMYK0.670.8300.69
HSL252º71.43%17.84%-
HSV(B)252º83.33%30.59%-
XYZ1.951.067.31-
YUV24.3158.31129.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 78 (30.86% from 255) = 66.67%
R=22.22%
G=11.11%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2613780.670.8300.6925271.4317.84
Hex1AD4E4353045fc4712
Octal3215116103123010537410722
Binary1101011011001110100001110100110100010111111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,78); }

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

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

 a { background-color: rgb(26,13,78); }

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

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

 span { border-color: rgb(26,13,78); }

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