#07129E

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

Shades of New Midnight Blue #07129E

Tints of New Midnight Blue #07129E

Color information

#07129E (or 0x07129E) is unknown color: approx New Midnight Blue. HEX triplet: 07, 12 and 9E. RGB value is (7,18,158). Sum of RGB (Red+Green+Blue) = 7+18+158=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #07129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07129E is #F8ED61. Grayscale: #1E1E1E. Windows color (decimal): -16313698 or 10359303. OLE color: 10359303.

HSL color Cylindrical-coordinate representation of color #07129E: hue angle of 235.63º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07129E is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB718158-
CMYK0.960.8900.38
HSL235.63º91.52%32.35%-
HSV(B)235.63º95.57%61.96%-
XYZ6.482.9532.58-
YUV30.67199.86111.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 158 (62.11% from 255) = 86.34%
R=3.83%
G=9.84%
B=86.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7181580.960.8900.38235.6391.5232.35
Hex7129E6059026ec5c20
Octal72223614013104635413440
Binary1111001010011110110000010110010100110111011001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07129E; }

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

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

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

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

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

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

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

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