Html Css Color HEX #08079B New Midnight Blue

📋 copy color: '#08079B'

red 8 ◦ green 7 ◦ blue 155

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

Shades of New Midnight Blue #08079B

Tints of New Midnight Blue #08079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 91.18%

R = 4.71%
G = 4.12%
B = 91.18%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08079B (or 0x08079B) is known color: New Midnight Blue. HEX triplet: 08, 07 and 9B. RGB value is (8,7,155). Sum of RGB (Red+Green+Blue) = 8+7+155=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #08079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08079B is #F7F864. Grayscale: #171717. Windows color (decimal): -16250981 or 10159880. OLE color: 10159880.

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

Color convert

RGB 8 7 155 -
CMYK 0.95 0.95 0 0.39
HSL 240.41º 0.91% 0.32% -
HSV(B) 240.41º 0.95% 0.61% -
XYZ 6.09 2.57 31.19 -
YUV 24.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 8 7 155 0.95 0.95 0 0.39 240.41 0.91 0.32
Hex 8 7 9B 5F 5F 0 27 F0 5B 20
Octal 10 7 233 137 137 0 47 360 133 40
Binary 1000 111 10011011 1011111 1011111 0 100111 11110000 1011011 100000

Color Harmonies of #08079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08079B

Black with #08079B

Text Example


Text Example

White with #08079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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