#1D124A

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

Shades of Paua #1D124A

Tints of Paua #1D124A

Color information

#1D124A (or 0x1D124A) is unknown color: approx Paua. HEX triplet: 1D, 12 and 4A. RGB value is (29,18,74). Sum of RGB (Red+Green+Blue) = 29+18+74=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D124A is #E2EDB5. Grayscale: #1B1B1B. Windows color (decimal): -14871990 or 4854301. OLE color: 4854301.

HSL color Cylindrical-coordinate representation of color #1D124A: hue angle of 251.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D124A is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB291874-
CMYK0.610.7600.71
HSL251.79º60.87%18.04%-
HSV(B)251.79º75.68%29.02%-
XYZ1.961.196.6-
YUV27.67154.14128.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.97%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=23.97%
G=14.88%
B=61.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2918740.610.7600.71251.7960.8718.04
Hex1D124A3D4C047fc3d12
Octal35221127511401073747522
Binary111011001010010101111011001100010001111111110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,18,74); }

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

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

 a { background-color: rgb(29,18,74); }

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

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

 span { border-color: rgb(29,18,74); }

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