#1D394D

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

Shades of Nile Blue #1D394D

Tints of Nile Blue #1D394D

Color information

#1D394D (or 0x1D394D) is unknown color: approx Nile Blue. HEX triplet: 1D, 39 and 4D. RGB value is (29,57,77). Sum of RGB (Red+Green+Blue) = 29+57+77=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D394D is #E2C6B2. Grayscale: #323232. Windows color (decimal): -14862003 or 5060893. OLE color: 5060893.

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

Color convert

RGB295777-
CMYK0.620.2600.70
HSL205º45.28%20.78%-
HSV(B)205º62.34%30.2%-
XYZ3.313.727.57-
YUV50.91142.72112.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=17.79%
G=34.97%
B=47.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2957770.620.2600.7020545.2820.78
Hex1D394D3E1A046cd2d15
Octal3571115763201063155525
Binary11101111001100110111111011010010001101100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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