#07139D

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

Shades of New Midnight Blue #07139D

Tints of New Midnight Blue #07139D

Color information

#07139D (or 0x07139D) is unknown color: approx New Midnight Blue. HEX triplet: 07, 13 and 9D. RGB value is (7,19,157). Sum of RGB (Red+Green+Blue) = 7+19+157=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #07139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07139D is #F8EC62. Grayscale: #1E1E1E. Windows color (decimal): -16313443 or 10294023. OLE color: 10294023.

HSL color Cylindrical-coordinate representation of color #07139D: hue angle of 235.2º degrees, saturation: 0.91, 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 #07139D is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB719157-
CMYK0.960.8800.38
HSL235.2º91.46%32.16%-
HSV(B)235.2º95.54%61.57%-
XYZ6.412.9532.13-
YUV31.14199.02110.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 157 (61.72% from 255) = 85.79%
R=3.83%
G=10.38%
B=85.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7191570.960.8800.38235.291.4632.16
Hex7139D6058026eb5b20
Octal72323514013004635313340
Binary1111001110011101110000010110000100110111010111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07139D; }

 p { color: rgb(7,19,157); }

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

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

 a { background-color: rgb(7,19,157); }

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

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

 span { border-color: rgb(7,19,157); }

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