Html Css Color HEX #121459 Midnight Blue

📋 copy color: '#121459'

red 18 ◦ green 20 ◦ blue 89

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

Shades of Midnight Blue #121459

Tints of Midnight Blue #121459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

 BLUE value IS 89 (35.16% from 255) = 70.08%

R = 14.17%
G = 15.75%
B = 70.08%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121459 (or 0x121459) is known color: Midnight Blue. HEX triplet: 12, 14 and 59. RGB value is (18,20,89). Sum of RGB (Red+Green+Blue) = 18+20+89=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #121459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121459 is #EDEBA6. Grayscale: #1A1A1A. Windows color (decimal): -15592359 or 5837842. OLE color: 5837842.

HSL color Cylindrical-coordinate representation of color #121459: hue angle of 238.31º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121459 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 20 89 -
CMYK 0.80 0.78 0 0.65
HSL 238.31º 0.66% 0.21% -
HSV(B) 238.31º 0.8% 0.35% -
XYZ 2.3 1.35 9.59 -
YUV 27.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 18 20 89 0.80 0.78 0 0.65 238.31 0.66 0.21
Hex 12 14 59 50 4E 0 41 EE 42 15
Octal 22 24 131 120 116 0 101 356 102 25
Binary 10010 10100 1011001 1010000 1001110 0 1000001 11101110 1000010 10101

Color Harmonies of #121459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121459

Black with #121459

Text Example


Text Example

White with #121459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121459; }

 p { color: rgb(18,20,89); }

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

background-color css

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

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

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

border-color css

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

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

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