#1E0C61

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

Shades of Midnight Blue #1E0C61

Tints of Midnight Blue #1E0C61

Color information

#1E0C61 (or 0x1E0C61) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0C and 61. RGB value is (30,12,97). Sum of RGB (Red+Green+Blue) = 30+12+97=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E0C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0C61 is #E1F39E. Grayscale: #1A1A1A. Windows color (decimal): -14807967 or 6360094. OLE color: 6360094.

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

Color convert

RGB301297-
CMYK0.690.8800.62
HSL252.71º77.98%21.37%-
HSV(B)252.71º87.63%38.04%-
XYZ2.821.411.43-
YUV27.07167.46130.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.58%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=21.58%
G=8.63%
B=69.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3012970.690.8800.62252.7177.9821.37
Hex1EC61455803Efd4e15
Octal361414110513007637511625
Binary111101100110000110001011011000011111011111101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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