Html Css Color HEX #1D384D Nile Blue

📋 copy color: '#1D384D'

red 29 ◦ green 56 ◦ blue 77

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

Shades of Nile Blue #1D384D

Tints of Nile Blue #1D384D

RGB

 RED value IS 29 (11.72% from 255) = 17.9%

 GREEN value IS 56 (22.27% from 255) = 34.57%

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 17.9%
G = 34.57%
B = 47.53%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D384D (or 0x1D384D) is known color: Nile Blue. HEX triplet: 1D, 38 and 4D. RGB value is (29,56,77). Sum of RGB (Red+Green+Blue) = 29+56+77=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D384D is #E2C7B2. Grayscale: #323232. Windows color (decimal): -14862259 or 5060637. OLE color: 5060637.

HSL color Cylindrical-coordinate representation of color #1D384D: hue angle of 206.25º 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 #1D384D is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 56 77 -
CMYK 0.62 0.27 0 0.70
HSL 206.25º 0.45% 0.21% -
HSV(B) 206.25º 0.62% 0.3% -
XYZ 3.26 3.63 7.55 -
YUV 50.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 29 56 77 0.62 0.27 0 0.70 206.25 0.45 0.21
Hex 1D 38 4D 3E 1B 0 46 CE 2D 15
Octal 35 70 115 76 33 0 106 316 55 25
Binary 11101 111000 1001101 111110 11011 0 1000110 11001110 101101 10101

Color Harmonies of #1D384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D384D

Black with #1D384D

Text Example


Text Example

White with #1D384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D384D;
 }
 .AnyTagClassName
 {
   color: #1D384D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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