Html Css Color HEX #121E82 Midnight Blue

📋 copy color: '#121E82'

red 18 ◦ green 30 ◦ blue 130

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

Shades of Midnight Blue #121E82

Tints of Midnight Blue #121E82

RGB

 RED value IS 18 (7.42% from 255) = 10.11%

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 130 (51.17% from 255) = 73.03%

R = 10.11%
G = 16.85%
B = 73.03%

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

#121E82 (or 0x121E82) is known color: Midnight Blue. HEX triplet: 12, 1E and 82. RGB value is (18,30,130). Sum of RGB (Red+Green+Blue) = 18+30+130=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #121E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E82 is #EDE17D. Grayscale: #252525. Windows color (decimal): -15589758 or 8527378. OLE color: 8527378.

HSL color Cylindrical-coordinate representation of color #121E82: hue angle of 233.57º 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 #121E82 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 30 130 -
CMYK 0.86 0.77 0 0.49
HSL 233.57º 0.76% 0.29% -
HSV(B) 233.57º 0.86% 0.51% -
XYZ 4.74 2.67 21.38 -
YUV 37.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 18 30 130 0.86 0.77 0 0.49 233.57 0.76 0.29
Hex 12 1E 82 56 4D 0 31 EA 4C 1D
Octal 22 36 202 126 115 0 61 352 114 35
Binary 10010 11110 10000010 1010110 1001101 0 110001 11101010 1001100 11101

Color Harmonies of #121E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E82

Black with #121E82

Text Example


Text Example

White with #121E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121E82;
 }
 .AnyTagClassName
 {
   color: #121E82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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