Html Css Color HEX #08079C New Midnight Blue

📋 copy color: '#08079C'

red 8 ◦ green 7 ◦ blue 156

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

Shades of New Midnight Blue #08079C

Tints of New Midnight Blue #08079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 91.23%

R = 4.68%
G = 4.09%
B = 91.23%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08079C (or 0x08079C) is known color: New Midnight Blue. HEX triplet: 08, 07 and 9C. RGB value is (8,7,156). Sum of RGB (Red+Green+Blue) = 8+7+156=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 156 (61.33% from 255 or 91.23% from 171); Max value from RGB is 156 - color contains mainly: blue. Hex color #08079C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08079C is #F7F863. Grayscale: #171717. Windows color (decimal): -16250980 or 10225416. OLE color: 10225416.

HSL color Cylindrical-coordinate representation of color #08079C: hue angle of 240.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08079C is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 7 156 -
CMYK 0.95 0.96 0 0.39
HSL 240.4º 0.91% 0.32% -
HSV(B) 240.4º 0.96% 0.61% -
XYZ 6.18 2.6 31.63 -
YUV 24.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 8 7 156 0.95 0.96 0 0.39 240.4 0.91 0.32
Hex 8 7 9C 5F 60 0 27 F0 5B 20
Octal 10 7 234 137 140 0 47 360 133 40
Binary 1000 111 10011100 1011111 1100000 0 100111 11110000 1011011 100000

Color Harmonies of #08079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08079C

Black with #08079C

Text Example


Text Example

White with #08079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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