#1D1747

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

Shades of Paua #1D1747

Tints of Paua #1D1747

Color information

#1D1747 (or 0x1D1747) is unknown color: approx Paua. HEX triplet: 1D, 17 and 47. RGB value is (29,23,71). Sum of RGB (Red+Green+Blue) = 29+23+71=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1747 is #E2E8B8. Grayscale: #1E1E1E. Windows color (decimal): -14870713 or 4658973. OLE color: 4658973.

HSL color Cylindrical-coordinate representation of color #1D1747: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D1747 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB292371-
CMYK0.590.6800.72
HSL247.5º51.06%18.43%-
HSV(B)247.5º67.61%27.84%-
XYZ1.951.336.11-
YUV30.27150.99127.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=23.58%
G=18.70%
B=57.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2923710.590.6800.72247.551.0618.43
Hex1D17473B44048f83312
Octal35271077310401103706322
Binary111011011110001111110111000100010010001111100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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