Html Css Color HEX #1E384D Nile Blue

📋 copy color: '#1E384D'

red 30 ◦ green 56 ◦ blue 77

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

Shades of Nile Blue #1E384D

Tints of Nile Blue #1E384D

RGB

 RED value IS 30 (12.11% from 255) = 18.4%

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

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

R = 18.4%
G = 34.36%
B = 47.24%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1E384D (or 0x1E384D) is known color: Nile Blue. HEX triplet: 1E, 38 and 4D. RGB value is (30,56,77). Sum of RGB (Red+Green+Blue) = 30+56+77=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 56 (22.27% from 255 or 34.36% 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 #1E384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E384D is #E1C7B2. Grayscale: #323232. Windows color (decimal): -14796723 or 5060638. OLE color: 5060638.

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

Color convert

RGB 30 56 77 -
CMYK 0.61 0.27 0 0.70
HSL 206.81º 0.44% 0.21% -
HSV(B) 206.81º 0.61% 0.3% -
XYZ 3.29 3.64 7.55 -
YUV 50.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 30 56 77 0.61 0.27 0 0.70 206.81 0.44 0.21
Hex 1E 38 4D 3D 1B 0 46 CF 2C 15
Octal 36 70 115 75 33 0 106 317 54 25
Binary 11110 111000 1001101 111101 11011 0 1000110 11001111 101100 10101

Color Harmonies of #1E384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E384D

Black with #1E384D

Text Example


Text Example

White with #1E384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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