#1D114F

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

Shades of Paua #1D114F

Tints of Paua #1D114F

Color information

#1D114F (or 0x1D114F) is unknown color: approx Paua. HEX triplet: 1D, 11 and 4F. RGB value is (29,17,79). Sum of RGB (Red+Green+Blue) = 29+17+79=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D114F is #E2EEB0. Grayscale: #1B1B1B. Windows color (decimal): -14872241 or 5181725. OLE color: 5181725.

HSL color Cylindrical-coordinate representation of color #1D114F: hue angle of 251.61º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D114F is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB291779-
CMYK0.630.7800.69
HSL251.61º64.58%18.82%-
HSV(B)251.61º78.48%30.98%-
XYZ2.121.237.52-
YUV27.66156.98128.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=23.2%
G=13.6%
B=63.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2917790.630.7800.69251.6164.5818.82
Hex1D114F3F4E045fc4113
Octal352111777116010537410123
Binary1110110001100111111111110011100100010111111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,17,79); }

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

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

 a { background-color: rgb(29,17,79); }

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

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

 span { border-color: rgb(29,17,79); }

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