#1A1451

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

Shades of Paua #1A1451

Tints of Paua #1A1451

Color information

#1A1451 (or 0x1A1451) is unknown color: approx Paua. HEX triplet: 1A, 14 and 51. RGB value is (26,20,81). Sum of RGB (Red+Green+Blue) = 26+20+81=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1451 is #E5EBAE. Grayscale: #1C1C1C. Windows color (decimal): -15068079 or 5313562. OLE color: 5313562.

HSL color Cylindrical-coordinate representation of color #1A1451: hue angle of 245.9º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A1451 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB262081-
CMYK0.680.7500.68
HSL245.9º60.4%19.8%-
HSV(B)245.9º75.31%31.76%-
XYZ2.161.317.92-
YUV28.75157.49126.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.47%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 81 (32.03% from 255) = 63.78%
R=20.47%
G=15.75%
B=63.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2620810.680.7500.68245.960.419.8
Hex1A1451444B044f63c14
Octal322412110411301043667424
Binary1101010100101000110001001001011010001001111011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,81); }

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

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

 a { background-color: rgb(26,20,81); }

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

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

 span { border-color: rgb(26,20,81); }

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