#120969

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

Shades of Midnight Blue #120969

Tints of Midnight Blue #120969

Color information

#120969 (or 0x120969) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 69. RGB value is (18,9,105). Sum of RGB (Red+Green+Blue) = 18+9+105=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #120969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120969 is #EDF696. Grayscale: #161616. Windows color (decimal): -15595159 or 6883602. OLE color: 6883602.

HSL color Cylindrical-coordinate representation of color #120969: hue angle of 245.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120969 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB189105-
CMYK0.830.9100.59
HSL245.62º84.21%22.35%-
HSV(B)245.62º91.43%41.18%-
XYZ2.91.3413.47-
YUV22.64174.48124.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 105 (41.41% from 255) = 79.55%
R=13.64%
G=6.82%
B=79.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1891050.830.9100.59245.6284.2122.35
Hex12969535B03Bf65416
Octal221115112313307336612426
Binary100101001110100110100111011011011101111110110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120969; }

 p { color: rgb(18,9,105); }

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

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

 a { background-color: rgb(18,9,105); }

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

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

 span { border-color: rgb(18,9,105); }

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