#121E83

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

Shades of Midnight Blue #121E83

Tints of Midnight Blue #121E83

Color information

#121E83 (or 0x121E83) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 83. RGB value is (18,30,131). Sum of RGB (Red+Green+Blue) = 18+30+131=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #121E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E83 is #EDE17C. Grayscale: #252525. Windows color (decimal): -15589757 or 8592914. OLE color: 8592914.

HSL color Cylindrical-coordinate representation of color #121E83: hue angle of 233.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121E83 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1830131-
CMYK0.860.7700.49
HSL233.63º75.84%29.22%-
HSV(B)233.63º86.26%51.37%-
XYZ4.812.721.74-
YUV37.93180.52113.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 131 (51.56% from 255) = 73.18%
R=10.06%
G=16.76%
B=73.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18301310.860.7700.49233.6375.8429.22
Hex121E83564D031ea4c1d
Octal223620312611506135211435
Binary10010111101000001110101101001101011000111101010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121E83; }

 p { color: rgb(18,30,131); }

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

<style>
 a { background-color: #121E83; }

 a { background-color: rgb(18,30,131); }

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

<style>
 span { border-color: #121E83; }

 span { border-color: rgb(18,30,131); }

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