Html Css Color HEX #121C70 Midnight Blue

📋 copy color: '#121C70'

red 18 ◦ green 28 ◦ blue 112

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

Shades of Midnight Blue #121C70

Tints of Midnight Blue #121C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 112 (44.14% from 255) = 70.89%

R = 11.39%
G = 17.72%
B = 70.89%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121C70 (or 0x121C70) is known color: Midnight Blue. HEX triplet: 12, 1C and 70. RGB value is (18,28,112). Sum of RGB (Red+Green+Blue) = 18+28+112=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #121C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C70 is #EDE38F. Grayscale: #222222. Windows color (decimal): -15590288 or 7347218. OLE color: 7347218.

HSL color Cylindrical-coordinate representation of color #121C70: hue angle of 233.62º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121C70 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 28 112 -
CMYK 0.84 0.75 0 0.56
HSL 233.62º 0.72% 0.25% -
HSV(B) 233.62º 0.84% 0.44% -
XYZ 3.59 2.13 15.55 -
YUV 34.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 18 28 112 0.84 0.75 0 0.56 233.62 0.72 0.25
Hex 12 1C 70 54 4B 0 38 EA 48 19
Octal 22 34 160 124 113 0 70 352 110 31
Binary 10010 11100 1110000 1010100 1001011 0 111000 11101010 1001000 11001

Color Harmonies of #121C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C70

Black with #121C70

Text Example


Text Example

White with #121C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,112); }

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

background-color css

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

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

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

border-color css

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

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

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