#120658

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

Shades of Midnight Blue #120658

Tints of Midnight Blue #120658

Color information

#120658 (or 0x120658) is unknown color: approx Midnight Blue. HEX triplet: 12, 06 and 58. RGB value is (18,6,88). Sum of RGB (Red+Green+Blue) = 18+6+88=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #120658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120658 is #EDF9A7. Grayscale: #121212. Windows color (decimal): -15595944 or 5768722. OLE color: 5768722.

HSL color Cylindrical-coordinate representation of color #120658: hue angle of 248.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120658 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18688-
CMYK0.800.9300.65
HSL248.78º87.23%18.43%-
HSV(B)248.78º93.18%34.51%-
XYZ2.080.969.31-
YUV18.94166.98127.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 88 (34.77% from 255) = 78.57%
R=16.07%
G=5.36%
B=78.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal186880.800.9300.65248.7887.2318.43
Hex12658505D041f95712
Octal226130120135010137112722
Binary100101101011000101000010111010100000111111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120658; }

 p { color: rgb(18,6,88); }

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

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

 a { background-color: rgb(18,6,88); }

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

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

 span { border-color: rgb(18,6,88); }

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