Html Css Color HEX #121559 Midnight Blue

📋 copy color: '#121559'

red 18 ◦ green 21 ◦ blue 89

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

Shades of Midnight Blue #121559

Tints of Midnight Blue #121559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

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

R = 14.06%
G = 16.41%
B = 69.53%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121559 (or 0x121559) is known color: Midnight Blue. HEX triplet: 12, 15 and 59. RGB value is (18,21,89). Sum of RGB (Red+Green+Blue) = 18+21+89=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #121559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121559 is #EDEAA6. Grayscale: #1B1B1B. Windows color (decimal): -15592103 or 5838098. OLE color: 5838098.

HSL color Cylindrical-coordinate representation of color #121559: hue angle of 237.46º 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 #121559 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 21 89 -
CMYK 0.80 0.76 0 0.65
HSL 237.46º 0.66% 0.21% -
HSV(B) 237.46º 0.8% 0.35% -
XYZ 2.32 1.39 9.6 -
YUV 27.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 18 21 89 0.80 0.76 0 0.65 237.46 0.66 0.21
Hex 12 15 59 50 4C 0 41 ED 42 15
Octal 22 25 131 120 114 0 101 355 102 25
Binary 10010 10101 1011001 1010000 1001100 0 1000001 11101101 1000010 10101

Color Harmonies of #121559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121559

Black with #121559

Text Example


Text Example

White with #121559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121559; }

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

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

background-color css

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

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

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

border-color css

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

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

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