#121B61

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

Shades of Midnight Blue #121B61

Tints of Midnight Blue #121B61

Color information

#121B61 (or 0x121B61) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 61. RGB value is (18,27,97). Sum of RGB (Red+Green+Blue) = 18+27+97=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #121B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B61 is #EDE49E. Grayscale: #202020. Windows color (decimal): -15590559 or 6363922. OLE color: 6363922.

HSL color Cylindrical-coordinate representation of color #121B61: hue angle of 233.16º 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 #121B61 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB182797-
CMYK0.810.7200.62
HSL233.16º68.7%22.55%-
HSV(B)233.16º81.44%38.04%-
XYZ2.81.7811.5-
YUV32.29164.52117.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 97 (38.28% from 255) = 68.31%
R=12.68%
G=19.01%
B=68.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1827970.810.7200.62233.1668.722.55
Hex121B61514803Ee94517
Octal223314112111007635110527
Binary1001011011110000110100011001000011111011101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121B61; }

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

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

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

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

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

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

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

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