#1E1675

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

Shades of Midnight Blue #1E1675

Tints of Midnight Blue #1E1675

Color information

#1E1675 (or 0x1E1675) is unknown color: approx Midnight Blue. HEX triplet: 1E, 16 and 75. RGB value is (30,22,117). Sum of RGB (Red+Green+Blue) = 30+22+117=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1675 is #E1E98A. Grayscale: #222222. Windows color (decimal): -14805387 or 7673374. OLE color: 7673374.

HSL color Cylindrical-coordinate representation of color #1E1675: hue angle of 245.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1675 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3022117-
CMYK0.740.8100.54
HSL245.05º68.35%27.25%-
HSV(B)245.05º81.2%45.88%-
XYZ4.032.1317.03-
YUV35.22174.15124.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.75%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=17.75%
G=13.02%
B=69.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30221170.740.8100.54245.0568.3527.25
Hex1E16754A51036f5441b
Octal362616511212106636510433
Binary1111010110111010110010101010001011011011110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,117); }

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

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

 a { background-color: rgb(30,22,117); }

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

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

 span { border-color: rgb(30,22,117); }

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