#120155

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

Shades of Midnight Blue #120155

Tints of Midnight Blue #120155

Color information

#120155 (or 0x120155) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 55. RGB value is (18,1,85). Sum of RGB (Red+Green+Blue) = 18+1+85=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 85 (33.59% from 255 or 81.73% from 104); Max value from RGB is 85 - color contains mainly: blue. Hex color #120155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120155 is #EDFEAA. Grayscale: #0F0F0F. Windows color (decimal): -15597227 or 5570834. OLE color: 5570834.

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

Color convert

RGB18185-
CMYK0.790.9900.67
HSL252.14º97.67%16.86%-
HSV(B)252.14º98.82%33.33%-
XYZ1.90.818.65-
YUV15.66167.13129.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 85 (33.59% from 255) = 81.73%
R=17.31%
G=0.96%
B=81.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal181850.790.9900.67252.1497.6716.86
Hex121554F63043fc6211
Octal221125117143010337414221
Binary1001011010101100111111000110100001111111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120155; }

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

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

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

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

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

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

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

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