#1D134D

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

Shades of Paua #1D134D

Tints of Paua #1D134D

Color information

#1D134D (or 0x1D134D) is unknown color: approx Paua. HEX triplet: 1D, 13 and 4D. RGB value is (29,19,77). Sum of RGB (Red+Green+Blue) = 29+19+77=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D134D is #E2ECB2. Grayscale: #1C1C1C. Windows color (decimal): -14871731 or 5051165. OLE color: 5051165.

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

Color convert

RGB291977-
CMYK0.620.7500.70
HSL250.34º60.42%18.82%-
HSV(B)250.34º75.32%30.2%-
XYZ2.081.267.16-
YUV28.6155.31128.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=23.2%
G=15.2%
B=61.6%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2919770.620.7500.70250.3460.4218.82
Hex1D134D3E4B046fa3c13
Octal35231157611301063727423
Binary111011001110011011111101001011010001101111101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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