#120467

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

Shades of Midnight Blue #120467

Tints of Midnight Blue #120467

Color information

#120467 (or 0x120467) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 67. RGB value is (18,4,103). Sum of RGB (Red+Green+Blue) = 18+4+103=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 103 (40.62% from 255 or 82.4% from 125); Max value from RGB is 103 - color contains mainly: blue. Hex color #120467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120467 is #EDFB98. Grayscale: #131313. Windows color (decimal): -15596441 or 6751250. OLE color: 6751250.

HSL color Cylindrical-coordinate representation of color #120467: hue angle of 248.48º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120467 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB184103-
CMYK0.830.9600.60
HSL248.48º92.52%20.98%-
HSV(B)248.48º96.12%40.39%-
XYZ2.741.1912.92-
YUV19.47175.14126.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 103 (40.62% from 255) = 82.4%
R=14.4%
G=3.2%
B=82.4%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1841030.830.9600.60248.4892.5220.98
Hex12467536003Cf85d15
Octal22414712314007437013525
Binary10010100110011110100111100000011110011111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120467; }

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

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

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

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

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

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

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

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