#120167

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

Shades of Midnight Blue #120167

Tints of Midnight Blue #120167

Color information

#120167 (or 0x120167) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 67. RGB value is (18,1,103). Sum of RGB (Red+Green+Blue) = 18+1+103=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #120167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120167 is #EDFE98. Grayscale: #111111. Windows color (decimal): -15597209 or 6750482. OLE color: 6750482.

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

Color convert

RGB181103-
CMYK0.830.9900.60
HSL250º98.08%20.39%-
HSV(B)250º99.03%40.39%-
XYZ2.711.1312.91-
YUV17.71176.13128.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 103 (40.62% from 255) = 84.43%
R=14.75%
G=0.82%
B=84.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1811030.830.9900.6025098.0820.39
Hex12167536303Cfa6214
Octal22114712314307437214224
Binary100101110011110100111100011011110011111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120167; }

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

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

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

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

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

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

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

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