#12167A

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

Shades of Midnight Blue #12167A

Tints of Midnight Blue #12167A

Color information

#12167A (or 0x12167A) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 7A. RGB value is (18,22,122). Sum of RGB (Red+Green+Blue) = 18+22+122=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #12167A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12167A is #EDE985. Grayscale: #1F1F1F. Windows color (decimal): -15591814 or 8001042. OLE color: 8001042.

HSL color Cylindrical-coordinate representation of color #12167A: hue angle of 237.69º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12167A is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1822122-
CMYK0.850.8200.52
HSL237.69º74.29%27.45%-
HSV(B)237.69º85.25%47.84%-
XYZ4.052.1118.61-
YUV32.2178.67117.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=11.11%
G=13.58%
B=75.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18221220.850.8200.52237.6974.2927.45
Hex12167A5552034ee4a1b
Octal222617212512206435611233
Binary1001010110111101010101011010010011010011101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12167A; }

 p { color: rgb(18,22,122); }

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

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

 a { background-color: rgb(18,22,122); }

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

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

 span { border-color: rgb(18,22,122); }

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