Html Css Color HEX #121E75 Midnight Blue

📋 copy color: '#121E75'

red 18 ◦ green 30 ◦ blue 117

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

Shades of Midnight Blue #121E75

Tints of Midnight Blue #121E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 10.91%
G = 18.18%
B = 70.91%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121E75 (or 0x121E75) is known color: Midnight Blue. HEX triplet: 12, 1E and 75. RGB value is (18,30,117). Sum of RGB (Red+Green+Blue) = 18+30+117=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #121E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E75 is #EDE18A. Grayscale: #232323. Windows color (decimal): -15589771 or 7675410. OLE color: 7675410.

HSL color Cylindrical-coordinate representation of color #121E75: hue angle of 232.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121E75 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 30 117 -
CMYK 0.85 0.74 0 0.54
HSL 232.73º 0.73% 0.26% -
HSV(B) 232.73º 0.85% 0.46% -
XYZ 3.92 2.34 17.07 -
YUV 36.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 18 30 117 0.85 0.74 0 0.54 232.73 0.73 0.26
Hex 12 1E 75 55 4A 0 36 E9 49 1A
Octal 22 36 165 125 112 0 66 351 111 32
Binary 10010 11110 1110101 1010101 1001010 0 110110 11101001 1001001 11010

Color Harmonies of #121E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E75

Black with #121E75

Text Example


Text Example

White with #121E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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