Html Css Color HEX #121770 Midnight Blue

📋 copy color: '#121770'

red 18 ◦ green 23 ◦ blue 112

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

Shades of Midnight Blue #121770

Tints of Midnight Blue #121770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 11.76%
G = 15.03%
B = 73.2%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121770 (or 0x121770) is known color: Midnight Blue. HEX triplet: 12, 17 and 70. RGB value is (18,23,112). Sum of RGB (Red+Green+Blue) = 18+23+112=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #121770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121770 is #EDE88F. Grayscale: #1F1F1F. Windows color (decimal): -15591568 or 7345938. OLE color: 7345938.

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

Color convert

RGB 18 23 112 -
CMYK 0.84 0.79 0 0.56
HSL 236.81º 0.72% 0.25% -
HSV(B) 236.81º 0.84% 0.44% -
XYZ 3.48 1.91 15.51 -
YUV 31.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 18 23 112 0.84 0.79 0 0.56 236.81 0.72 0.25
Hex 12 17 70 54 4F 0 38 ED 48 19
Octal 22 27 160 124 117 0 70 355 110 31
Binary 10010 10111 1110000 1010100 1001111 0 111000 11101101 1001000 11001

Color Harmonies of #121770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121770

Black with #121770

Text Example


Text Example

White with #121770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121770; }

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

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

background-color css

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

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

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

border-color css

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

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

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