Html Css Color HEX #121971 Midnight Blue

📋 copy color: '#121971'

red 18 ◦ green 25 ◦ blue 113

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

Shades of Midnight Blue #121971

Tints of Midnight Blue #121971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 72.44%

R = 11.54%
G = 16.03%
B = 72.44%

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

#121971 (or 0x121971) is known color: Midnight Blue. HEX triplet: 12, 19 and 71. RGB value is (18,25,113). Sum of RGB (Red+Green+Blue) = 18+25+113=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #121971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121971 is #EDE68E. Grayscale: #202020. Windows color (decimal): -15591055 or 7411986. OLE color: 7411986.

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

Color convert

RGB 18 25 113 -
CMYK 0.84 0.78 0 0.56
HSL 235.58º 0.73% 0.26% -
HSV(B) 235.58º 0.84% 0.44% -
XYZ 3.58 2.02 15.82 -
YUV 32.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 18 25 113 0.84 0.78 0 0.56 235.58 0.73 0.26
Hex 12 19 71 54 4E 0 38 EC 49 1A
Octal 22 31 161 124 116 0 70 354 111 32
Binary 10010 11001 1110001 1010100 1001110 0 111000 11101100 1001001 11010

Color Harmonies of #121971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121971

Black with #121971

Text Example


Text Example

White with #121971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121971; }

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

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

background-color css

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

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

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

border-color css

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

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

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