Html Css Color HEX #121B73 Midnight Blue

📋 copy color: '#121B73'

red 18 ◦ green 27 ◦ blue 115

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

Shades of Midnight Blue #121B73

Tints of Midnight Blue #121B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

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

R = 11.25%
G = 16.88%
B = 71.88%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121B73 (or 0x121B73) is known color: Midnight Blue. HEX triplet: 12, 1B and 73. RGB value is (18,27,115). Sum of RGB (Red+Green+Blue) = 18+27+115=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #121B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B73 is #EDE48C. Grayscale: #212121. Windows color (decimal): -15590541 or 7543570. OLE color: 7543570.

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

Color convert

RGB 18 27 115 -
CMYK 0.84 0.77 0 0.55
HSL 234.43º 0.73% 0.26% -
HSV(B) 234.43º 0.84% 0.45% -
XYZ 3.74 2.15 16.44 -
YUV 34.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 18 27 115 0.84 0.77 0 0.55 234.43 0.73 0.26
Hex 12 1B 73 54 4D 0 37 EA 49 1A
Octal 22 33 163 124 115 0 67 352 111 32
Binary 10010 11011 1110011 1010100 1001101 0 110111 11101010 1001001 11010

Color Harmonies of #121B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B73

Black with #121B73

Text Example


Text Example

White with #121B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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