Html Css Color HEX #121970 Midnight Blue

📋 copy color: '#121970'

red 18 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #121970

Tints of Midnight Blue #121970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 11.61%
G = 16.13%
B = 72.26%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121970 (or 0x121970) is known color: Midnight Blue. HEX triplet: 12, 19 and 70. RGB value is (18,25,112). Sum of RGB (Red+Green+Blue) = 18+25+112=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #121970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121970 is #EDE68F. Grayscale: #202020. Windows color (decimal): -15591056 or 7346450. OLE color: 7346450.

HSL color Cylindrical-coordinate representation of color #121970: hue angle of 235.53º 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 #121970 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 25 112 -
CMYK 0.84 0.78 0 0.56
HSL 235.53º 0.72% 0.25% -
HSV(B) 235.53º 0.84% 0.44% -
XYZ 3.52 1.99 15.53 -
YUV 32.83 172.68 117.43 -
System Red Green Blue C M Y K H S L
Decimal 18 25 112 0.84 0.78 0 0.56 235.53 0.72 0.25
Hex 12 19 70 54 4E 0 38 EC 48 19
Octal 22 31 160 124 116 0 70 354 110 31
Binary 10010 11001 1110000 1010100 1001110 0 111000 11101100 1001000 11001

Color Harmonies of #121970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121970

Black with #121970

Text Example


Text Example

White with #121970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121970; }

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

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

background-color css

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

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

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

border-color css

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

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

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