Html Css Color HEX #121A59 Midnight Blue

📋 copy color: '#121A59'

red 18 ◦ green 26 ◦ blue 89

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

Shades of Midnight Blue #121A59

Tints of Midnight Blue #121A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.55%

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

R = 13.53%
G = 19.55%
B = 66.92%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121A59 (or 0x121A59) is known color: Midnight Blue. HEX triplet: 12, 1A and 59. RGB value is (18,26,89). Sum of RGB (Red+Green+Blue) = 18+26+89=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #121A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A59 is #EDE5A6. Grayscale: #1E1E1E. Windows color (decimal): -15590823 or 5839378. OLE color: 5839378.

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

Color convert

RGB 18 26 89 -
CMYK 0.80 0.71 0 0.65
HSL 233.24º 0.66% 0.21% -
HSV(B) 233.24º 0.8% 0.35% -
XYZ 2.42 1.59 9.63 -
YUV 30.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 18 26 89 0.80 0.71 0 0.65 233.24 0.66 0.21
Hex 12 1A 59 50 47 0 41 E9 42 15
Octal 22 32 131 120 107 0 101 351 102 25
Binary 10010 11010 1011001 1010000 1000111 0 1000001 11101001 1000010 10101

Color Harmonies of #121A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A59

Black with #121A59

Text Example


Text Example

White with #121A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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