#1E0F67

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

Shades of Midnight Blue #1E0F67

Tints of Midnight Blue #1E0F67

Color information

#1E0F67 (or 0x1E0F67) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0F and 67. RGB value is (30,15,103). Sum of RGB (Red+Green+Blue) = 30+15+103=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E0F67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F67 is #E1F098. Grayscale: #1D1D1D. Windows color (decimal): -14807193 or 6754078. OLE color: 6754078.

HSL color Cylindrical-coordinate representation of color #1E0F67: hue angle of 250.23º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E0F67 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3015103-
CMYK0.710.8500.60
HSL250.23º74.58%23.14%-
HSV(B)250.23º85.44%40.39%-
XYZ3.151.612.97-
YUV29.52169.47128.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.27%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=20.27%
G=10.14%
B=69.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30151030.710.8500.60250.2374.5823.14
Hex1EF67475503Cfa4b17
Octal361714710712507437211327
Binary111101111110011110001111010101011110011111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,103); }

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

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

 a { background-color: rgb(30,15,103); }

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

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

 span { border-color: rgb(30,15,103); }

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