#07126F

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

Shades of Midnight Blue #07126F

Tints of Midnight Blue #07126F

Color information

#07126F (or 0x07126F) is unknown color: approx Midnight Blue. HEX triplet: 07, 12 and 6F. RGB value is (7,18,111). Sum of RGB (Red+Green+Blue) = 7+18+111=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 111 (43.75% from 255 or 81.62% from 136); Max value from RGB is 111 - color contains mainly: blue. Hex color #07126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07126F is #F8ED90. Grayscale: #181818. Windows color (decimal): -16313745 or 7279111. OLE color: 7279111.

HSL color Cylindrical-coordinate representation of color #07126F: hue angle of 233.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07126F is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB718111-
CMYK0.940.8400.56
HSL233.65º88.14%23.14%-
HSV(B)233.65º93.69%43.53%-
XYZ3.171.6315.19-
YUV25.31176.36114.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.15%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 111 (43.75% from 255) = 81.62%
R=5.15%
G=13.24%
B=81.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7181110.940.8400.56233.6588.1423.14
Hex7126F5E54038ea5817
Octal72215713612407035213027
Binary11110010110111110111101010100011100011101010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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