#120F69

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

Shades of Midnight Blue #120F69

Tints of Midnight Blue #120F69

Color information

#120F69 (or 0x120F69) is unknown color: approx Midnight Blue. HEX triplet: 12, 0F and 69. RGB value is (18,15,105). Sum of RGB (Red+Green+Blue) = 18+15+105=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #120F69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F69 is #EDF096. Grayscale: #191919. Windows color (decimal): -15593623 or 6885138. OLE color: 6885138.

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

Color convert

RGB1815105-
CMYK0.830.8600.59
HSL242º75%23.53%-
HSV(B)242º85.71%41.18%-
XYZ2.971.4913.5-
YUV26.16172.49122.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 105 (41.41% from 255) = 76.09%
R=13.04%
G=10.87%
B=76.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18151050.830.8600.592427523.53
Hex12F69535603Bf24b18
Octal221715112312607336211330
Binary100101111110100110100111010110011101111110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F69; }

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

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

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

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

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

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

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

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