#121B74

Color #121B74 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #121B74

Tints of Midnight Blue #121B74

Color information

#121B74 (or 0x121B74) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 74. RGB value is (18,27,116). Sum of RGB (Red+Green+Blue) = 18+27+116=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #121B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B74 is #EDE48B. Grayscale: #222222. Windows color (decimal): -15590540 or 7609106. OLE color: 7609106.

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

Color convert

RGB1827116-
CMYK0.840.7700.55
HSL234.49º73.13%26.27%-
HSV(B)234.49º84.48%45.49%-
XYZ3.792.1716.74-
YUV34.46174.02116.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 116 (45.70% from 255) = 72.05%
R=11.18%
G=16.77%
B=72.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18271160.840.7700.55234.4973.1326.27
Hex121B74544D037ea491a
Octal223316412411506735211132
Binary1001011011111010010101001001101011011111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #121B74;
 }
 .AnyTagClassName
 {
   color: #121B74;
 }
</style>
background-color css

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

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

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

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

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

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