Html Css Color HEX #08079E New Midnight Blue

📋 copy color: '#08079E'

red 8 ◦ green 7 ◦ blue 158

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

Shades of New Midnight Blue #08079E

Tints of New Midnight Blue #08079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 91.33%

R = 4.62%
G = 4.05%
B = 91.33%

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

#08079E (or 0x08079E) is known color: New Midnight Blue. HEX triplet: 08, 07 and 9E. RGB value is (8,7,158). Sum of RGB (Red+Green+Blue) = 8+7+158=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #08079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08079E is #F7F861. Grayscale: #171717. Windows color (decimal): -16250978 or 10356488. OLE color: 10356488.

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

Color convert

RGB 8 7 158 -
CMYK 0.95 0.96 0 0.38
HSL 240.4º 0.92% 0.32% -
HSV(B) 240.4º 0.96% 0.62% -
XYZ 6.35 2.67 32.53 -
YUV 24.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 8 7 158 0.95 0.96 0 0.38 240.4 0.92 0.32
Hex 8 7 9E 5F 60 0 26 F0 5C 20
Octal 10 7 236 137 140 0 46 360 134 40
Binary 1000 111 10011110 1011111 1100000 0 100110 11110000 1011100 100000

Color Harmonies of #08079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08079E

Black with #08079E

Text Example


Text Example

White with #08079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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