#121772

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

Shades of Midnight Blue #121772

Tints of Midnight Blue #121772

Color information

#121772 (or 0x121772) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 72. RGB value is (18,23,114). Sum of RGB (Red+Green+Blue) = 18+23+114=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #121772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121772 is #EDE88D. Grayscale: #1F1F1F. Windows color (decimal): -15591566 or 7477010. OLE color: 7477010.

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

Color convert

RGB1823114-
CMYK0.840.8000.55
HSL236.88º72.73%25.88%-
HSV(B)236.88º84.21%44.71%-
XYZ3.591.9616.11-
YUV31.88174.34118.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 114 (44.92% from 255) = 73.55%
R=11.61%
G=14.84%
B=73.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18231140.840.8000.55236.8872.7325.88
Hex1217725450037ed491a
Octal222716212412006735511132
Binary1001010111111001010101001010000011011111101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121772; }

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

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

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

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

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

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

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

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