#120451

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

Shades of Midnight Blue #120451

Tints of Midnight Blue #120451

Color information

#120451 (or 0x120451) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 51. RGB value is (18,4,81). Sum of RGB (Red+Green+Blue) = 18+4+81=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #120451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120451 is #EDFBAE. Grayscale: #101010. Windows color (decimal): -15596463 or 5309458. OLE color: 5309458.

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

Color convert

RGB18481-
CMYK0.780.9500.68
HSL250.91º90.59%16.67%-
HSV(B)250.91º95.06%31.76%-
XYZ1.780.817.85-
YUV16.96164.14128.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 81 (32.03% from 255) = 78.64%
R=17.48%
G=3.88%
B=78.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal184810.780.9500.68250.9190.5916.67
Hex124514E5F044fb5b11
Octal224121116137010437313321
Binary100101001010001100111010111110100010011111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120451; }

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

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

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

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

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

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

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

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