#121277

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

Shades of Midnight Blue #121277

Tints of Midnight Blue #121277

Color information

#121277 (or 0x121277) is unknown color: approx Midnight Blue. HEX triplet: 12, 12 and 77. RGB value is (18,18,119). Sum of RGB (Red+Green+Blue) = 18+18+119=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #121277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121277 is #EDED88. Grayscale: #1D1D1D. Windows color (decimal): -15592841 or 7803410. OLE color: 7803410.

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

Color convert

RGB1818119-
CMYK0.850.8500.53
HSL240º73.72%26.86%-
HSV(B)240º84.87%46.67%-
XYZ3.81.8917.62-
YUV29.51178.5119.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 119 (46.88% from 255) = 76.77%
R=11.61%
G=11.61%
B=76.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18181190.850.8500.5324073.7226.86
Hex1212775555035f04a1b
Octal222216712512506536011233
Binary1001010010111011110101011010101011010111110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121277; }

 p { color: rgb(18,18,119); }

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

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

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

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

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

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

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