Html Css Color HEX #00079D New Midnight Blue

📋 copy color: '#00079D'

red 0 ◦ green 7 ◦ blue 157

#00079D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #00079D

Tints of New Midnight Blue #00079D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 4.27%

 BLUE value IS 157 (61.72% from 255) = 95.73%

R = 0%
G = 4.27%
B = 95.73%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00079D (or 0x00079D) is known color: New Midnight Blue. HEX triplet: 00, 07 and 9D. RGB value is (0,7,157). Sum of RGB (Red+Green+Blue) = 0+7+157=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 157 (61.72% from 255 or 95.73% from 164); Max value from RGB is 157 - color contains mainly: blue. Hex color #00079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00079D is #FFF862. Grayscale: #151515. Windows color (decimal): -16775267 or 10290944. OLE color: 10290944.

HSL color Cylindrical-coordinate representation of color #00079D: hue angle of 237.32º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00079D is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 7 157 -
CMYK 1 0.96 0 0.38
HSL 237.32º 1% 0.31% -
HSV(B) 237.32º 1% 0.62% -
XYZ 6.16 2.59 32.07 -
YUV 22.01 204.18 112.3 -
System Red Green Blue C M Y K H S L
Decimal 0 7 157 1 0.96 0 0.38 237.32 1 0.31
Hex 0 7 9D 64 60 0 26 ED 64 1F
Octal 0 7 235 144 140 0 46 355 144 37
Binary 0 111 10011101 1100100 1100000 0 100110 11101101 1100100 11111

Color Harmonies of #00079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00079D

Black with #00079D

Text Example


Text Example

White with #00079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00079D;
 }
 .AnyTagClassName
 {
   color: #00079D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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