#1D1657

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

Shades of Paua #1D1657

Tints of Paua #1D1657

Color information

#1D1657 (or 0x1D1657) is unknown color: approx Paua. HEX triplet: 1D, 16 and 57. RGB value is (29,22,87). Sum of RGB (Red+Green+Blue) = 29+22+87=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D1657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1657 is #E2E9A8. Grayscale: #1F1F1F. Windows color (decimal): -14870953 or 5707293. OLE color: 5707293.

HSL color Cylindrical-coordinate representation of color #1D1657: hue angle of 246.46º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D1657 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB292287-
CMYK0.670.7500.66
HSL246.46º59.63%21.37%-
HSV(B)246.46º74.71%34.12%-
XYZ2.511.529.18-
YUV31.5159.32126.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=21.01%
G=15.94%
B=63.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2922870.670.7500.66246.4659.6321.37
Hex1D1657434B042f63c15
Octal352612710311301023667425
Binary1110110110101011110000111001011010000101111011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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