#121771

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

Shades of Midnight Blue #121771

Tints of Midnight Blue #121771

Color information

#121771 (or 0x121771) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 71. RGB value is (18,23,113). Sum of RGB (Red+Green+Blue) = 18+23+113=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #121771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121771 is #EDE88E. Grayscale: #1F1F1F. Windows color (decimal): -15591567 or 7411474. OLE color: 7411474.

HSL color Cylindrical-coordinate representation of color #121771: hue angle of 236.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121771 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1823113-
CMYK0.840.8000.56
HSL236.84º72.52%25.69%-
HSV(B)236.84º84.07%44.31%-
XYZ3.541.9315.81-
YUV31.76173.84118.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 113 (44.53% from 255) = 73.38%
R=11.69%
G=14.94%
B=73.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18231130.840.8000.56236.8472.5225.69
Hex1217715450038ed491a
Octal222716112412007035511132
Binary1001010111111000110101001010000011100011101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121771; }

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

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

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

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

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

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

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

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