#121078

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

Shades of Midnight Blue #121078

Tints of Midnight Blue #121078

Color information

#121078 (or 0x121078) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 78. RGB value is (18,16,120). Sum of RGB (Red+Green+Blue) = 18+16+120=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 120 (47.27% from 255 or 77.92% from 154); Max value from RGB is 120 - color contains mainly: blue. Hex color #121078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121078 is #EDEF87. Grayscale: #1C1C1C. Windows color (decimal): -15593352 or 7868434. OLE color: 7868434.

HSL color Cylindrical-coordinate representation of color #121078: hue angle of 241.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121078 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1816120-
CMYK0.850.8700.53
HSL241.15º76.47%26.67%-
HSV(B)241.15º86.67%47.06%-
XYZ3.821.8617.93-
YUV28.45179.66120.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 120 (47.27% from 255) = 77.92%
R=11.69%
G=10.39%
B=77.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18161200.850.8700.53241.1576.4726.67
Hex1210785557035f14c1b
Octal222017012512706536111433
Binary1001010000111100010101011010111011010111110001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121078; }

 p { color: rgb(18,16,120); }

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

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

 a { background-color: rgb(18,16,120); }

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

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

 span { border-color: rgb(18,16,120); }

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