#120A68

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

Shades of Midnight Blue #120A68

Tints of Midnight Blue #120A68

Color information

#120A68 (or 0x120A68) is unknown color: approx Midnight Blue. HEX triplet: 12, 0A and 68. RGB value is (18,10,104). Sum of RGB (Red+Green+Blue) = 18+10+104=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #120A68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A68 is #EDF597. Grayscale: #161616. Windows color (decimal): -15594904 or 6818322. OLE color: 6818322.

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

Color convert

RGB1810104-
CMYK0.830.9000.59
HSL245.11º82.46%22.35%-
HSV(B)245.11º90.38%40.78%-
XYZ2.861.3513.21-
YUV23.11173.65124.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=13.64%
G=7.58%
B=78.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18101040.830.9000.59245.1182.4622.35
Hex12A68535A03Bf55216
Octal221215012313207336512226
Binary100101010110100010100111011010011101111110101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,104); }

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

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

 a { background-color: rgb(18,10,104); }

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

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

 span { border-color: rgb(18,10,104); }

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