#1A1D57

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

Shades of Paua #1A1D57

Tints of Paua #1A1D57

Color information

#1A1D57 (or 0x1A1D57) is unknown color: approx Paua. HEX triplet: 1A, 1D and 57. RGB value is (26,29,87). Sum of RGB (Red+Green+Blue) = 26+29+87=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A1D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1D57 is #E5E2A8. Grayscale: #222222. Windows color (decimal): -15065769 or 5709082. OLE color: 5709082.

HSL color Cylindrical-coordinate representation of color #1A1D57: hue angle of 237.05º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A1D57 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB262987-
CMYK0.700.6700.66
HSL237.05º53.98%22.16%-
HSV(B)237.05º70.11%34.12%-
XYZ2.591.799.23-
YUV34.72157.51121.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 87 (34.38% from 255) = 61.27%
R=18.31%
G=20.42%
B=61.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2629870.700.6700.66237.0553.9822.16
Hex1A1D574643042ed3616
Octal323512710610301023556626
Binary1101011101101011110001101000011010000101110110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,87); }

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

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

 a { background-color: rgb(26,29,87); }

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

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

 span { border-color: rgb(26,29,87); }

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