#120154

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

Shades of Midnight Blue #120154

Tints of Midnight Blue #120154

Color information

#120154 (or 0x120154) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 54. RGB value is (18,1,84). Sum of RGB (Red+Green+Blue) = 18+1+84=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #120154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120154 is #EDFEAB. Grayscale: #0F0F0F. Windows color (decimal): -15597228 or 5505298. OLE color: 5505298.

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

Color convert

RGB18184-
CMYK0.790.9900.67
HSL252.29º97.65%16.67%-
HSV(B)252.29º98.81%32.94%-
XYZ1.860.798.44-
YUV15.54166.63129.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 84 (33.20% from 255) = 81.55%
R=17.48%
G=0.97%
B=81.55%

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
Decimal181840.790.9900.67252.2997.6516.67
Hex121544F63043fc6211
Octal221124117143010337414221
Binary1001011010100100111111000110100001111111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120154; }

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

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

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

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

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

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

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

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