Html Css Color HEX #121574 Midnight Blue

📋 copy color: '#121574'

red 18 ◦ green 21 ◦ blue 116

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

Shades of Midnight Blue #121574

Tints of Midnight Blue #121574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 74.84%

R = 11.61%
G = 13.55%
B = 74.84%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121574 (or 0x121574) is known color: Midnight Blue. HEX triplet: 12, 15 and 74. RGB value is (18,21,116). Sum of RGB (Red+Green+Blue) = 18+21+116=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #121574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121574 is #EDEA8B. Grayscale: #1E1E1E. Windows color (decimal): -15592076 or 7607570. OLE color: 7607570.

HSL color Cylindrical-coordinate representation of color #121574: hue angle of 238.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121574 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 21 116 -
CMYK 0.84 0.82 0 0.55
HSL 238.16º 0.73% 0.26% -
HSV(B) 238.16º 0.84% 0.45% -
XYZ 3.67 1.93 16.7 -
YUV 30.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 18 21 116 0.84 0.82 0 0.55 238.16 0.73 0.26
Hex 12 15 74 54 52 0 37 EE 49 1A
Octal 22 25 164 124 122 0 67 356 111 32
Binary 10010 10101 1110100 1010100 1010010 0 110111 11101110 1001001 11010

Color Harmonies of #121574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121574

Black with #121574

Text Example


Text Example

White with #121574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121574; }

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

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

background-color css

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

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

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

border-color css

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

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

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