#00079B

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

Shades of New Midnight Blue #00079B

Tints of New Midnight Blue #00079B

Color information

#00079B (or 0x00079B) is unknown color: approx New Midnight Blue. HEX triplet: 00, 07 and 9B. RGB value is (0,7,155). Sum of RGB (Red+Green+Blue) = 0+7+155=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 155 (60.94% from 255 or 95.68% from 162); Max value from RGB is 155 - color contains mainly: blue. Hex color #00079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00079B is #FFF864. Grayscale: #151515. Windows color (decimal): -16775269 or 10159872. OLE color: 10159872.

HSL color Cylindrical-coordinate representation of color #00079B: hue angle of 237.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00079B is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB07155-
CMYK10.9500.39
HSL237.29º100%30.39%-
HSV(B)237.29º100%60.78%-
XYZ5.992.5231.18-
YUV21.78203.18112.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 155 (60.94% from 255) = 95.68%
R=0%
G=4.32%
B=95.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0715510.9500.39237.2910030.39
Hex079B645F027ed641e
Octal0723314413704735514436
Binary01111001101111001001011111010011111101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,7,155); }

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

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

 a { background-color: rgb(0,7,155); }

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

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

 span { border-color: rgb(0,7,155); }

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