#1E1F61

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

Shades of Midnight Blue #1E1F61

Tints of Midnight Blue #1E1F61

Color information

#1E1F61 (or 0x1E1F61) is unknown color: approx Midnight Blue. HEX triplet: 1E, 1F and 61. RGB value is (30,31,97). Sum of RGB (Red+Green+Blue) = 30+31+97=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1F61 is #E1E09E. Grayscale: #252525. Windows color (decimal): -14803103 or 6364958. OLE color: 6364958.

HSL color Cylindrical-coordinate representation of color #1E1F61: hue angle of 239.1º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E1F61 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB303197-
CMYK0.690.6800.62
HSL239.1º52.76%24.9%-
HSV(B)239.1º69.07%38.04%-
XYZ3.182.1211.55-
YUV38.22161.17122.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=18.99%
G=19.62%
B=61.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3031970.690.6800.62239.152.7624.9
Hex1E1F61454403Eef3519
Octal36371411051040763576531
Binary111101111111000011000101100010001111101110111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,31,97); }

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

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

 a { background-color: rgb(30,31,97); }

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

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

 span { border-color: rgb(30,31,97); }

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