#120355

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

Shades of Midnight Blue #120355

Tints of Midnight Blue #120355

Color information

#120355 (or 0x120355) is unknown color: approx Midnight Blue. HEX triplet: 12, 03 and 55. RGB value is (18,3,85). Sum of RGB (Red+Green+Blue) = 18+3+85=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #120355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120355 is #EDFCAA. Grayscale: #101010. Windows color (decimal): -15596715 or 5571346. OLE color: 5571346.

HSL color Cylindrical-coordinate representation of color #120355: hue angle of 250.98º 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 #120355 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB18385-
CMYK0.790.9600.67
HSL250.98º93.18%17.25%-
HSV(B)250.98º96.47%33.33%-
XYZ1.920.858.66-
YUV16.83166.47128.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=16.98%
G=2.83%
B=80.19%

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
Decimal183850.790.9600.67250.9893.1817.25
Hex123554F60043fb5d11
Octal223125117140010337313521
Binary10010111010101100111111000000100001111111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120355; }

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

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

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

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

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

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

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

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