Html Css Color HEX #08079D New Midnight Blue

📋 copy color: '#08079D'

red 8 ◦ green 7 ◦ blue 157

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

Shades of New Midnight Blue #08079D

Tints of New Midnight Blue #08079D

RGB

 RED value IS 8 (3.52% from 255) = 4.65%

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

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

R = 4.65%
G = 4.07%
B = 91.28%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08079D (or 0x08079D) is known color: New Midnight Blue. HEX triplet: 08, 07 and 9D. RGB value is (8,7,157). Sum of RGB (Red+Green+Blue) = 8+7+157=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 157 (61.72% from 255 or 91.28% from 172); Max value from RGB is 157 - color contains mainly: blue. Hex color #08079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08079D is #F7F862. Grayscale: #171717. Windows color (decimal): -16250979 or 10290952. OLE color: 10290952.

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

Color convert

RGB 8 7 157 -
CMYK 0.95 0.96 0 0.38
HSL 240.4º 0.91% 0.32% -
HSV(B) 240.4º 0.96% 0.62% -
XYZ 6.26 2.64 32.08 -
YUV 24.4 202.83 116.3 -
System Red Green Blue C M Y K H S L
Decimal 8 7 157 0.95 0.96 0 0.38 240.4 0.91 0.32
Hex 8 7 9D 5F 60 0 26 F0 5B 20
Octal 10 7 235 137 140 0 46 360 133 40
Binary 1000 111 10011101 1011111 1100000 0 100110 11110000 1011011 100000

Color Harmonies of #08079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08079D

Black with #08079D

Text Example


Text Example

White with #08079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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