Html Css Color HEX #121E83 Midnight Blue

📋 copy color: '#121E83'

red 18 ◦ green 30 ◦ blue 131

#121E83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #121E83

Tints of Midnight Blue #121E83

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 value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121E83 (or 0x121E83) is known color: 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

RGB 18 30 131 -
CMYK 0.86 0.77 0 0.49
HSL 233.63º 0.76% 0.29% -
HSV(B) 233.63º 0.86% 0.51% -
XYZ 4.81 2.7 21.74 -
YUV 37.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 18 30 131 0.86 0.77 0 0.49 233.63 0.76 0.29
Hex 12 1E 83 56 4D 0 31 EA 4C 1D
Octal 22 36 203 126 115 0 61 352 114 35
Binary 10010 11110 10000011 1010110 1001101 0 110001 11101010 1001100 11101

Color Harmonies of #121E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E83

Black with #121E83

Text Example


Text Example

White with #121E83

Text Example


Text Example

HTML Codes & Css Web 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>