#1D184D

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

Shades of Paua #1D184D

Tints of Paua #1D184D

Color information

#1D184D (or 0x1D184D) is unknown color: approx Paua. HEX triplet: 1D, 18 and 4D. RGB value is (29,24,77). Sum of RGB (Red+Green+Blue) = 29+24+77=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D184D is #E2E7B2. Grayscale: #1F1F1F. Windows color (decimal): -14870451 or 5052445. OLE color: 5052445.

HSL color Cylindrical-coordinate representation of color #1D184D: hue angle of 245.66º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D184D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB292477-
CMYK0.620.6900.70
HSL245.66º52.48%19.8%-
HSV(B)245.66º68.83%30.2%-
XYZ2.171.457.19-
YUV31.54153.66126.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.31%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=22.31%
G=18.46%
B=59.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2924770.620.6900.70245.6652.4819.8
Hex1D184D3E45046f63414
Octal35301157610501063666424
Binary111011100010011011111101000101010001101111011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,77); }

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

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

 a { background-color: rgb(29,24,77); }

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

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

 span { border-color: rgb(29,24,77); }

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