#120455

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

Shades of Midnight Blue #120455

Tints of Midnight Blue #120455

Color information

#120455 (or 0x120455) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 55. RGB value is (18,4,85). Sum of RGB (Red+Green+Blue) = 18+4+85=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #120455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120455 is #EDFBAA. Grayscale: #111111. Windows color (decimal): -15596459 or 5571602. OLE color: 5571602.

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

Color convert

RGB18485-
CMYK0.790.9500.67
HSL250.37º91.01%17.45%-
HSV(B)250.37º95.29%33.33%-
XYZ1.930.878.66-
YUV17.42166.14128.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 85 (33.59% from 255) = 79.44%
R=16.82%
G=3.74%
B=79.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184850.790.9500.67250.3791.0117.45
Hex124554F5F043fa5b11
Octal224125117137010337213321
Binary100101001010101100111110111110100001111111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120455; }

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

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

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

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

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

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

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

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