#121360

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

Shades of Midnight Blue #121360

Tints of Midnight Blue #121360

Color information

#121360 (or 0x121360) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 60. RGB value is (18,19,96). Sum of RGB (Red+Green+Blue) = 18+19+96=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #121360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121360 is #EDEC9F. Grayscale: #1B1B1B. Windows color (decimal): -15592608 or 6296338. OLE color: 6296338.

HSL color Cylindrical-coordinate representation of color #121360: hue angle of 239.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121360 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB181996-
CMYK0.810.8000.62
HSL239.23º68.42%22.35%-
HSV(B)239.23º81.25%37.65%-
XYZ2.591.4411.21-
YUV27.48166.67121.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 96 (37.89% from 255) = 72.18%
R=13.53%
G=14.29%
B=72.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1819960.810.8000.62239.2368.4222.35
Hex121360515003Eef4416
Octal222314012112007635710426
Binary1001010011110000010100011010000011111011101111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121360; }

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

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

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

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

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

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

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

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