#1E384D

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

Shades of Nile Blue #1E384D

Tints of Nile Blue #1E384D

Color information

#1E384D (or 0x1E384D) is unknown color: approx 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

RGB305677-
CMYK0.610.2700.70
HSL206.81º43.93%20.98%-
HSV(B)206.81º61.04%30.2%-
XYZ3.293.647.55-
YUV50.62142.89113.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=18.40%
G=34.36%
B=47.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3056770.610.2700.70206.8143.9320.98
Hex1E384D3D1B046cf2c15
Octal3670115753301063175425
Binary11110111000100110111110111011010001101100111110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>