#121359

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

Shades of Midnight Blue #121359

Tints of Midnight Blue #121359

Color information

#121359 (or 0x121359) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 59. RGB value is (18,19,89). Sum of RGB (Red+Green+Blue) = 18+19+89=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #121359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121359 is #EDECA6. Grayscale: #1A1A1A. Windows color (decimal): -15592615 or 5837586. OLE color: 5837586.

HSL color Cylindrical-coordinate representation of color #121359: hue angle of 239.15º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121359 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB181989-
CMYK0.800.7900.65
HSL239.15º66.36%20.98%-
HSV(B)239.15º79.78%34.9%-
XYZ2.291.329.58-
YUV26.68163.17121.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=14.29%
G=15.08%
B=70.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1819890.800.7900.65239.1566.3620.98
Hex121359504F041ef4215
Octal2223131120117010135710225
Binary10010100111011001101000010011110100000111101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121359; }

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

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

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

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

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

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

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

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