Html Css Color HEX #080746 Midnight Express

📋 copy color: '#080746'

red 8 ◦ green 7 ◦ blue 70

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

Shades of Midnight Express #080746

Tints of Midnight Express #080746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 82.35%

R = 9.41%
G = 8.24%
B = 82.35%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080746 (or 0x080746) is known color: Midnight Express. HEX triplet: 08, 07 and 46. RGB value is (8,7,70). Sum of RGB (Red+Green+Blue) = 8+7+70=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 70 (27.73% from 255 or 82.35% from 85); Max value from RGB is 70 - color contains mainly: blue. Hex color #080746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080746 is #F7F8B9. Grayscale: #0E0E0E. Windows color (decimal): -16251066 or 4589320. OLE color: 4589320.

HSL color Cylindrical-coordinate representation of color #080746: hue angle of 240.95º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080746 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 7 70 -
CMYK 0.89 0.90 0 0.73
HSL 240.95º 0.82% 0.15% -
HSV(B) 240.95º 0.9% 0.27% -
XYZ 1.28 0.65 5.85 -
YUV 14.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 8 7 70 0.89 0.90 0 0.73 240.95 0.82 0.15
Hex 8 7 46 59 5A 0 49 F1 52 F
Octal 10 7 106 131 132 0 111 361 122 17
Binary 1000 111 1000110 1011001 1011010 0 1001001 11110001 1010010 1111

Color Harmonies of #080746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080746

Black with #080746

Text Example


Text Example

White with #080746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080746; }

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

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

background-color css

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

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

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

border-color css

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

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

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