#1D174C

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

Shades of Paua #1D174C

Tints of Paua #1D174C

Color information

#1D174C (or 0x1D174C) is unknown color: approx Paua. HEX triplet: 1D, 17 and 4C. RGB value is (29,23,76). Sum of RGB (Red+Green+Blue) = 29+23+76=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D174C is #E2E8B3. Grayscale: #1E1E1E. Windows color (decimal): -14870708 or 4986653. OLE color: 4986653.

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

Color convert

RGB292376-
CMYK0.620.7000.70
HSL246.79º53.54%19.41%-
HSV(B)246.79º69.74%29.8%-
XYZ2.121.47-
YUV30.84153.49126.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.66%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=22.66%
G=17.97%
B=59.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2923760.620.7000.70246.7953.5419.41
Hex1D174C3E46046f73613
Octal35271147610601063676623
Binary111011011110011001111101000110010001101111011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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