#121475

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

Shades of Midnight Blue #121475

Tints of Midnight Blue #121475

Color information

#121475 (or 0x121475) is unknown color: approx Midnight Blue. HEX triplet: 12, 14 and 75. RGB value is (18,20,117). Sum of RGB (Red+Green+Blue) = 18+20+117=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #121475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121475 is #EDEB8A. Grayscale: #1E1E1E. Windows color (decimal): -15592331 or 7672850. OLE color: 7672850.

HSL color Cylindrical-coordinate representation of color #121475: hue angle of 238.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121475 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1820117-
CMYK0.850.8300.54
HSL238.79º73.33%26.47%-
HSV(B)238.79º84.62%45.88%-
XYZ3.711.9117-
YUV30.46176.84119.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=11.61%
G=12.90%
B=75.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18201170.850.8300.54238.7973.3326.47
Hex1214755553036ef491a
Octal222416512512306635711132
Binary1001010100111010110101011010011011011011101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121475; }

 p { color: rgb(18,20,117); }

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

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

 a { background-color: rgb(18,20,117); }

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

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

 span { border-color: rgb(18,20,117); }

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