#120471

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

Shades of Midnight Blue #120471

Tints of Midnight Blue #120471

Color information

#120471 (or 0x120471) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 71. RGB value is (18,4,113). Sum of RGB (Red+Green+Blue) = 18+4+113=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #120471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120471 is #EDFB8E. Grayscale: #141414. Windows color (decimal): -15596431 or 7406610. OLE color: 7406610.

HSL color Cylindrical-coordinate representation of color #120471: hue angle of 247.71º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120471 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB184113-
CMYK0.840.9600.56
HSL247.71º93.16%22.94%-
HSV(B)247.71º96.46%44.31%-
XYZ3.271.4115.72-
YUV20.61180.14126.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 113 (44.53% from 255) = 83.70%
R=13.33%
G=2.96%
B=83.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1841130.840.9600.56247.7193.1622.94
Hex124715460038f85d17
Octal22416112414007037013527
Binary10010100111000110101001100000011100011111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120471; }

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

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

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

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

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

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

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

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