#121B66

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

Shades of Midnight Blue #121B66

Tints of Midnight Blue #121B66

Color information

#121B66 (or 0x121B66) is unknown color: approx Midnight Blue. HEX triplet: 12, 1B and 66. RGB value is (18,27,102). Sum of RGB (Red+Green+Blue) = 18+27+102=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #121B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B66 is #EDE499. Grayscale: #202020. Windows color (decimal): -15590554 or 6691602. OLE color: 6691602.

HSL color Cylindrical-coordinate representation of color #121B66: hue angle of 233.57º 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 #121B66 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1827102-
CMYK0.820.7400.6
HSL233.57º70%23.53%-
HSV(B)233.57º82.35%40%-
XYZ3.041.8712.77-
YUV32.86167.02117.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 102 (40.23% from 255) = 69.39%
R=12.24%
G=18.37%
B=69.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18271020.820.7400.6233.577023.53
Hex121B66524A03Cea4618
Octal223314612211207435210630
Binary1001011011110011010100101001010011110011101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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