Html Css Color HEX #121E70 Midnight Blue

📋 copy color: '#121E70'

red 18 ◦ green 30 ◦ blue 112

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

Shades of Midnight Blue #121E70

Tints of Midnight Blue #121E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 70%

R = 11.25%
G = 18.75%
B = 70%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121E70 (or 0x121E70) is known color: Midnight Blue. HEX triplet: 12, 1E and 70. RGB value is (18,30,112). Sum of RGB (Red+Green+Blue) = 18+30+112=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #121E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E70 is #EDE18F. Grayscale: #232323. Windows color (decimal): -15589776 or 7347730. OLE color: 7347730.

HSL color Cylindrical-coordinate representation of color #121E70: hue angle of 232.34º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121E70 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 30 112 -
CMYK 0.84 0.73 0 0.56
HSL 232.34º 0.72% 0.25% -
HSV(B) 232.34º 0.84% 0.44% -
XYZ 3.64 2.23 15.57 -
YUV 35.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 18 30 112 0.84 0.73 0 0.56 232.34 0.72 0.25
Hex 12 1E 70 54 49 0 38 E8 48 19
Octal 22 36 160 124 111 0 70 350 110 31
Binary 10010 11110 1110000 1010100 1001001 0 111000 11101000 1001000 11001

Color Harmonies of #121E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E70

Black with #121E70

Text Example


Text Example

White with #121E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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