Html Css Color HEX #080796 New Midnight Blue

📋 copy color: '#080796'

red 8 ◦ green 7 ◦ blue 150

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

Shades of New Midnight Blue #080796

Tints of New Midnight Blue #080796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 90.91%

R = 4.85%
G = 4.24%
B = 90.91%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#080796 (or 0x080796) is known color: New Midnight Blue. HEX triplet: 08, 07 and 96. RGB value is (8,7,150). Sum of RGB (Red+Green+Blue) = 8+7+150=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 150 (58.98% from 255 or 90.91% from 165); Max value from RGB is 150 - color contains mainly: blue. Hex color #080796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080796 is #F7F869. Grayscale: #171717. Windows color (decimal): -16250986 or 9832200. OLE color: 9832200.

HSL color Cylindrical-coordinate representation of color #080796: hue angle of 240.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080796 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 7 150 -
CMYK 0.95 0.95 0 0.41
HSL 240.42º 0.91% 0.31% -
HSV(B) 240.42º 0.95% 0.59% -
XYZ 5.68 2.41 29.02 -
YUV 23.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 8 7 150 0.95 0.95 0 0.41 240.42 0.91 0.31
Hex 8 7 96 5F 5F 0 29 F0 5B 1F
Octal 10 7 226 137 137 0 51 360 133 37
Binary 1000 111 10010110 1011111 1011111 0 101001 11110000 1011011 11111

Color Harmonies of #080796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080796

Black with #080796

Text Example


Text Example

White with #080796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080796; }

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

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

background-color css

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

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

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

border-color css

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

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

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