Html Css Color HEX #1D394D Nile Blue

📋 copy color: '#1D394D'

red 29 ◦ green 57 ◦ blue 77

#1D394D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #1D394D

Tints of Nile Blue #1D394D

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 value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D394D (or 0x1D394D) is known color: 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

RGB 29 57 77 -
CMYK 0.62 0.26 0 0.70
HSL 205º 0.45% 0.21% -
HSV(B) 205º 0.62% 0.3% -
XYZ 3.31 3.72 7.57 -
YUV 50.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 29 57 77 0.62 0.26 0 0.70 205 0.45 0.21
Hex 1D 39 4D 3E 1A 0 46 CD 2D 15
Octal 35 71 115 76 32 0 106 315 55 25
Binary 11101 111001 1001101 111110 11010 0 1000110 11001101 101101 10101

Color Harmonies of #1D394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D394D

Black with #1D394D

Text Example


Text Example

White with #1D394D

Text Example


Text Example

HTML Codes & Css Web 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>