#121766

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

Shades of Midnight Blue #121766

Tints of Midnight Blue #121766

Color information

#121766 (or 0x121766) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 66. RGB value is (18,23,102). Sum of RGB (Red+Green+Blue) = 18+23+102=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #121766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121766 is #EDE899. Grayscale: #1E1E1E. Windows color (decimal): -15591578 or 6690578. OLE color: 6690578.

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

Color convert

RGB1823102-
CMYK0.820.7700.6
HSL236.43º70%23.53%-
HSV(B)236.43º82.35%40%-
XYZ2.951.712.74-
YUV30.51168.34119.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=12.59%
G=16.08%
B=71.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18231020.820.7700.6236.437023.53
Hex121766524D03Cec4618
Octal222714612211507435410630
Binary1001010111110011010100101001101011110011101100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121766; }

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

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

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

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

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

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

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

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