#120354

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

Shades of Midnight Blue #120354

Tints of Midnight Blue #120354

Color information

#120354 (or 0x120354) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 54. RGB value is (18,3,84). Sum of RGB (Red+Green+Blue) = 18+3+84=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #120354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120354 is #EDFCAB. Grayscale: #101010. Windows color (decimal): -15596716 or 5505810. OLE color: 5505810.

HSL color Cylindrical-coordinate representation of color #120354: hue angle of 251.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120354 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB18384-
CMYK0.790.9600.67
HSL251.11º93.1%17.06%-
HSV(B)251.11º96.43%32.94%-
XYZ1.880.838.45-
YUV16.72165.97128.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 84 (33.20% from 255) = 80%
R=17.14%
G=2.86%
B=80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183840.790.9600.67251.1193.117.06
Hex123544F60043fb5d11
Octal223124117140010337313521
Binary10010111010100100111111000000100001111111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120354; }

 p { color: rgb(18,3,84); }

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

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

 a { background-color: rgb(18,3,84); }

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

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

 span { border-color: rgb(18,3,84); }

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