Html Css Color HEX #121679 Midnight Blue

📋 copy color: '#121679'

red 18 ◦ green 22 ◦ blue 121

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

Shades of Midnight Blue #121679

Tints of Midnight Blue #121679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

 BLUE value IS 121 (47.66% from 255) = 75.16%

R = 11.18%
G = 13.66%
B = 75.16%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121679 (or 0x121679) is known color: Midnight Blue. HEX triplet: 12, 16 and 79. RGB value is (18,22,121). Sum of RGB (Red+Green+Blue) = 18+22+121=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #121679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121679 is #EDE986. Grayscale: #1F1F1F. Windows color (decimal): -15591815 or 7935506. OLE color: 7935506.

HSL color Cylindrical-coordinate representation of color #121679: hue angle of 237.67º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121679 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 22 121 -
CMYK 0.85 0.82 0 0.53
HSL 237.67º 0.74% 0.27% -
HSV(B) 237.67º 0.85% 0.47% -
XYZ 3.99 2.08 18.28 -
YUV 32.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 18 22 121 0.85 0.82 0 0.53 237.67 0.74 0.27
Hex 12 16 79 55 52 0 35 EE 4A 1B
Octal 22 26 171 125 122 0 65 356 112 33
Binary 10010 10110 1111001 1010101 1010010 0 110101 11101110 1001010 11011

Color Harmonies of #121679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121679

Black with #121679

Text Example


Text Example

White with #121679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121679; }

 p { color: rgb(18,22,121); }

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

background-color css

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

 a { background-color: rgb(18,22,121); }

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

border-color css

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

 span { border-color: rgb(18,22,121); }

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