#121366

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

Shades of Midnight Blue #121366

Tints of Midnight Blue #121366

Color information

#121366 (or 0x121366) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 66. RGB value is (18,19,102). Sum of RGB (Red+Green+Blue) = 18+19+102=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #121366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121366 is #EDEC99. Grayscale: #1B1B1B. Windows color (decimal): -15592602 or 6689554. OLE color: 6689554.

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

Color convert

RGB1819102-
CMYK0.820.8100.6
HSL239.29º70%23.53%-
HSV(B)239.29º82.35%40%-
XYZ2.881.5512.72-
YUV28.16169.67120.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 102 (40.23% from 255) = 73.38%
R=12.95%
G=13.67%
B=73.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18191020.820.8100.6239.297023.53
Hex121366525103Cef4618
Octal222314612212107435710630
Binary1001010011110011010100101010001011110011101111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121366; }

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

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

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

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

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

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

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

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