#1D1745

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

Shades of Paua #1D1745

Tints of Paua #1D1745

Color information

#1D1745 (or 0x1D1745) is unknown color: approx Paua. HEX triplet: 1D, 17 and 45. RGB value is (29,23,69). Sum of RGB (Red+Green+Blue) = 29+23+69=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #1D1745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1745 is #E2E8BA. Grayscale: #1D1D1D. Windows color (decimal): -14870715 or 4527901. OLE color: 4527901.

HSL color Cylindrical-coordinate representation of color #1D1745: hue angle of 247.83º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D1745 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB292369-
CMYK0.580.6700.73
HSL247.83º50%18.04%-
HSV(B)247.83º66.67%27.06%-
XYZ1.891.35.78-
YUV30.04149.99127.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=23.97%
G=19.01%
B=57.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2923690.580.6700.73247.835018.04
Hex1D17453A43049f83212
Octal35271057210301113706222
Binary111011011110001011110101000011010010011111100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,23,69); }

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

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

 a { background-color: rgb(29,23,69); }

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

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

 span { border-color: rgb(29,23,69); }

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