Html Css Color HEX #121279 Midnight Blue

📋 copy color: '#121279'

red 18 ◦ green 18 ◦ blue 121

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

Shades of Midnight Blue #121279

Tints of Midnight Blue #121279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 11.46%
G = 11.46%
B = 77.07%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121279 (or 0x121279) is known color: Midnight Blue. HEX triplet: 12, 12 and 79. RGB value is (18,18,121). Sum of RGB (Red+Green+Blue) = 18+18+121=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #121279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121279 is #EDED86. Grayscale: #1D1D1D. Windows color (decimal): -15592839 or 7934482. OLE color: 7934482.

HSL color Cylindrical-coordinate representation of color #121279: hue angle of 240º 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 #121279 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 18 121 -
CMYK 0.85 0.85 0 0.53
HSL 240º 0.74% 0.27% -
HSV(B) 240º 0.85% 0.47% -
XYZ 3.92 1.94 18.26 -
YUV 29.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 18 18 121 0.85 0.85 0 0.53 240 0.74 0.27
Hex 12 12 79 55 55 0 35 F0 4A 1B
Octal 22 22 171 125 125 0 65 360 112 33
Binary 10010 10010 1111001 1010101 1010101 0 110101 11110000 1001010 11011

Color Harmonies of #121279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121279

Black with #121279

Text Example


Text Example

White with #121279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121279; }

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

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

background-color css

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

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

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

border-color css

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

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

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