#1D1947

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

Shades of Paua #1D1947

Tints of Paua #1D1947

Color information

#1D1947 (or 0x1D1947) is unknown color: approx Paua. HEX triplet: 1D, 19 and 47. RGB value is (29,25,71). Sum of RGB (Red+Green+Blue) = 29+25+71=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1947 is #E2E6B8. Grayscale: #1F1F1F. Windows color (decimal): -14870201 or 4659485. OLE color: 4659485.

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

Color convert

RGB292571-
CMYK0.590.6500.72
HSL245.22º47.92%18.82%-
HSV(B)245.22º64.79%27.84%-
XYZ1.991.416.13-
YUV31.44150.33126.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 56.8%
R=23.2%
G=20%
B=56.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2925710.590.6500.72245.2247.9218.82
Hex1D19473B41048f53013
Octal35311077310101103656023
Binary111011100110001111110111000001010010001111010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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