#121877

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

Shades of Midnight Blue #121877

Tints of Midnight Blue #121877

Color information

#121877 (or 0x121877) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 77. RGB value is (18,24,119). Sum of RGB (Red+Green+Blue) = 18+24+119=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #121877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121877 is #EDE788. Grayscale: #202020. Windows color (decimal): -15591305 or 7804946. OLE color: 7804946.

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

Color convert

RGB1824119-
CMYK0.850.8000.53
HSL236.44º73.72%26.86%-
HSV(B)236.44º84.87%46.67%-
XYZ3.912.1117.65-
YUV33.04176.51117.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=11.18%
G=14.91%
B=73.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18241190.850.8000.53236.4473.7226.86
Hex1218775550035ec4a1b
Octal223016712512006535411233
Binary1001011000111011110101011010000011010111101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121877; }

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

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

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

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

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

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

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

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