#121365

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

Shades of Midnight Blue #121365

Tints of Midnight Blue #121365

Color information

#121365 (or 0x121365) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 65. RGB value is (18,19,101). Sum of RGB (Red+Green+Blue) = 18+19+101=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #121365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121365 is #EDEC9A. Grayscale: #1B1B1B. Windows color (decimal): -15592603 or 6624018. OLE color: 6624018.

HSL color Cylindrical-coordinate representation of color #121365: hue angle of 239.28º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121365 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1819101-
CMYK0.820.8100.60
HSL239.28º69.75%23.33%-
HSV(B)239.28º82.18%39.61%-
XYZ2.831.5312.46-
YUV28.05169.17120.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 101 (39.84% from 255) = 73.19%
R=13.04%
G=13.77%
B=73.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18191010.820.8100.60239.2869.7523.33
Hex121365525103Cef4617
Octal222314512212107435710627
Binary1001010011110010110100101010001011110011101111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121365; }

 p { color: rgb(18,19,101); }

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

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

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

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

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

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

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