Html Css Color HEX #121673 Midnight Blue

📋 copy color: '#121673'

red 18 ◦ green 22 ◦ blue 115

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

Shades of Midnight Blue #121673

Tints of Midnight Blue #121673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 74.19%

R = 11.61%
G = 14.19%
B = 74.19%

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

#121673 (or 0x121673) is known color: Midnight Blue. HEX triplet: 12, 16 and 73. RGB value is (18,22,115). Sum of RGB (Red+Green+Blue) = 18+22+115=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #121673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121673 is #EDE98C. Grayscale: #1F1F1F. Windows color (decimal): -15591821 or 7542290. OLE color: 7542290.

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

Color convert

RGB 18 22 115 -
CMYK 0.84 0.81 0 0.55
HSL 237.53º 0.73% 0.26% -
HSV(B) 237.53º 0.84% 0.45% -
XYZ 3.63 1.94 16.4 -
YUV 31.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 18 22 115 0.84 0.81 0 0.55 237.53 0.73 0.26
Hex 12 16 73 54 51 0 37 EE 49 1A
Octal 22 26 163 124 121 0 67 356 111 32
Binary 10010 10110 1110011 1010100 1010001 0 110111 11101110 1001001 11010

Color Harmonies of #121673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121673

Black with #121673

Text Example


Text Example

White with #121673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121673; }

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

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

background-color css

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

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

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

border-color css

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

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

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