#120251

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

Shades of Midnight Blue #120251

Tints of Midnight Blue #120251

Color information

#120251 (or 0x120251) is unknown color: approx Midnight Blue. HEX triplet: 12, 02 and 51. RGB value is (18,2,81). Sum of RGB (Red+Green+Blue) = 18+2+81=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #120251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120251 is #EDFDAE. Grayscale: #0F0F0F. Windows color (decimal): -15596975 or 5308946. OLE color: 5308946.

HSL color Cylindrical-coordinate representation of color #120251: hue angle of 252.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120251 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB18281-
CMYK0.780.9800.68
HSL252.15º95.18%16.27%-
HSV(B)252.15º97.53%31.76%-
XYZ1.760.777.84-
YUV15.79164.8129.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 81 (32.03% from 255) = 80.20%
R=17.82%
G=1.98%
B=80.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182810.780.9800.68252.1595.1816.27
Hex122514E62044fc5f10
Octal222121116142010437413720
Binary10010101010001100111011000100100010011111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120251; }

 p { color: rgb(18,2,81); }

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

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

 a { background-color: rgb(18,2,81); }

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

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

 span { border-color: rgb(18,2,81); }

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