#121B68

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

Shades of Midnight Blue #121B68

Tints of Midnight Blue #121B68

Color information

#121B68 (or 0x121B68) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 68. RGB value is (18,27,104). Sum of RGB (Red+Green+Blue) = 18+27+104=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #121B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B68 is #EDE497. Grayscale: #202020. Windows color (decimal): -15590552 or 6822674. OLE color: 6822674.

HSL color Cylindrical-coordinate representation of color #121B68: hue angle of 233.72º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121B68 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1827104-
CMYK0.830.7400.59
HSL233.72º70.49%23.92%-
HSV(B)233.72º82.69%40.78%-
XYZ3.141.9113.3-
YUV33.09168.02117.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=12.08%
G=18.12%
B=69.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18271040.830.7400.59233.7270.4923.92
Hex121B68534A03Bea4618
Octal223315012311207335210630
Binary1001011011110100010100111001010011101111101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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