#1E1962

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

Shades of Midnight Blue #1E1962

Tints of Midnight Blue #1E1962

Color information

#1E1962 (or 0x1E1962) is unknown color: approx Midnight Blue. HEX triplet: 1E, 19 and 62. RGB value is (30,25,98). Sum of RGB (Red+Green+Blue) = 30+25+98=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E1962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1962 is #E1E69D. Grayscale: #222222. Windows color (decimal): -14804638 or 6428958. OLE color: 6428958.

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

Color convert

RGB302598-
CMYK0.690.7400.62
HSL244.11º59.35%24.12%-
HSV(B)244.11º74.49%38.43%-
XYZ3.091.8511.75-
YUV34.82163.66124.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.61%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 98 (38.67% from 255) = 64.05%
R=19.61%
G=16.34%
B=64.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3025980.690.7400.62244.1159.3524.12
Hex1E1962454A03Ef43b18
Octal36311421051120763647330
Binary111101100111000101000101100101001111101111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,98); }

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

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

 a { background-color: rgb(30,25,98); }

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

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

 span { border-color: rgb(30,25,98); }

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