Html Css Color HEX #121672 Midnight Blue

📋 copy color: '#121672'

red 18 ◦ green 22 ◦ blue 114

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

Shades of Midnight Blue #121672

Tints of Midnight Blue #121672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

 BLUE value IS 114 (44.92% from 255) = 74.03%

R = 11.69%
G = 14.29%
B = 74.03%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121672 (or 0x121672) is known color: Midnight Blue. HEX triplet: 12, 16 and 72. RGB value is (18,22,114). Sum of RGB (Red+Green+Blue) = 18+22+114=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #121672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121672 is #EDE98D. Grayscale: #1E1E1E. Windows color (decimal): -15591822 or 7476754. OLE color: 7476754.

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

Color convert

RGB 18 22 114 -
CMYK 0.84 0.81 0 0.55
HSL 237.5º 0.73% 0.26% -
HSV(B) 237.5º 0.84% 0.45% -
XYZ 3.57 1.92 16.1 -
YUV 31.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 18 22 114 0.84 0.81 0 0.55 237.5 0.73 0.26
Hex 12 16 72 54 51 0 37 EE 49 1A
Octal 22 26 162 124 121 0 67 356 111 32
Binary 10010 10110 1110010 1010100 1010001 0 110111 11101110 1001001 11010

Color Harmonies of #121672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121672

Black with #121672

Text Example


Text Example

White with #121672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121672; }

 p { color: rgb(18,22,114); }

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

background-color css

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

 a { background-color: rgb(18,22,114); }

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

border-color css

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

 span { border-color: rgb(18,22,114); }

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