Html Css Color HEX #121370 Midnight Blue

📋 copy color: '#121370'

red 18 ◦ green 19 ◦ blue 112

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

Shades of Midnight Blue #121370

Tints of Midnight Blue #121370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 12.08%
G = 12.75%
B = 75.17%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121370 (or 0x121370) is known color: Midnight Blue. HEX triplet: 12, 13 and 70. RGB value is (18,19,112). Sum of RGB (Red+Green+Blue) = 18+19+112=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #121370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121370 is #EDEC8F. Grayscale: #1C1C1C. Windows color (decimal): -15592592 or 7344914. OLE color: 7344914.

HSL color Cylindrical-coordinate representation of color #121370: hue angle of 239.36º 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 #121370 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 19 112 -
CMYK 0.84 0.83 0 0.56
HSL 239.36º 0.72% 0.25% -
HSV(B) 239.36º 0.84% 0.44% -
XYZ 3.41 1.76 15.49 -
YUV 29.3 174.67 119.94 -
System Red Green Blue C M Y K H S L
Decimal 18 19 112 0.84 0.83 0 0.56 239.36 0.72 0.25
Hex 12 13 70 54 53 0 38 EF 48 19
Octal 22 23 160 124 123 0 70 357 110 31
Binary 10010 10011 1110000 1010100 1010011 0 111000 11101111 1001000 11001

Color Harmonies of #121370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121370

Black with #121370

Text Example


Text Example

White with #121370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121370; }

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

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

background-color css

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

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

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

border-color css

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

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

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