#07126B

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

Shades of Midnight Blue #07126B

Tints of Midnight Blue #07126B

Color information

#07126B (or 0x07126B) is unknown color: approx Midnight Blue. HEX triplet: 07, 12 and 6B. RGB value is (7,18,107). Sum of RGB (Red+Green+Blue) = 7+18+107=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #07126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07126B is #F8ED94. Grayscale: #181818. Windows color (decimal): -16313749 or 7016967. OLE color: 7016967.

HSL color Cylindrical-coordinate representation of color #07126B: hue angle of 233.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07126B is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB718107-
CMYK0.930.8300.58
HSL233.4º87.72%22.35%-
HSV(B)233.4º93.46%41.96%-
XYZ2.961.5414.05-
YUV24.86174.36115.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 107 (42.19% from 255) = 81.06%
R=5.30%
G=13.64%
B=81.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7181070.930.8300.58233.487.7222.35
Hex7126B5D5303Ae95816
Octal72215313512307235113026
Binary11110010110101110111011010011011101011101001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07126B; }

 p { color: rgb(7,18,107); }

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

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

 a { background-color: rgb(7,18,107); }

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

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

 span { border-color: rgb(7,18,107); }

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