#121361

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

Shades of Midnight Blue #121361

Tints of Midnight Blue #121361

Color information

#121361 (or 0x121361) is unknown color: approx Midnight Blue. HEX triplet: 12, 13 and 61. RGB value is (18,19,97). Sum of RGB (Red+Green+Blue) = 18+19+97=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #121361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121361 is #EDEC9E. Grayscale: #1B1B1B. Windows color (decimal): -15592607 or 6361874. OLE color: 6361874.

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

Color convert

RGB181997-
CMYK0.810.8000.62
HSL239.24º68.7%22.55%-
HSV(B)239.24º81.44%38.04%-
XYZ2.641.4611.45-
YUV27.59167.17121.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=13.43%
G=14.18%
B=72.39%

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
Decimal1819970.810.8000.62239.2468.722.55
Hex121361515003Eef4517
Octal222314112112007635710527
Binary1001010011110000110100011010000011111011101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121361; }

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

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

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

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

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

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

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

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