Html Css Color HEX #080647 Midnight Express

📋 copy color: '#080647'

red 8 ◦ green 6 ◦ blue 71

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

Shades of Midnight Express #080647

Tints of Midnight Express #080647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

 BLUE value IS 71 (28.13% from 255) = 83.53%

R = 9.41%
G = 7.06%
B = 83.53%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080647 (or 0x080647) is known color: Midnight Express. HEX triplet: 08, 06 and 47. RGB value is (8,6,71). Sum of RGB (Red+Green+Blue) = 8+6+71=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #080647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080647 is #F7F9B8. Grayscale: #0D0D0D. Windows color (decimal): -16251321 or 4654600. OLE color: 4654600.

HSL color Cylindrical-coordinate representation of color #080647: hue angle of 241.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080647 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 6 71 -
CMYK 0.89 0.92 0 0.72
HSL 241.85º 0.84% 0.15% -
HSV(B) 241.85º 0.92% 0.28% -
XYZ 1.3 0.64 6.02 -
YUV 14.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 8 6 71 0.89 0.92 0 0.72 241.85 0.84 0.15
Hex 8 6 47 59 5C 0 48 F2 54 F
Octal 10 6 107 131 134 0 110 362 124 17
Binary 1000 110 1000111 1011001 1011100 0 1001000 11110010 1010100 1111

Color Harmonies of #080647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080647

Black with #080647

Text Example


Text Example

White with #080647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080647; }

 p { color: rgb(8,6,71); }

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

background-color css

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

 a { background-color: rgb(8,6,71); }

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

border-color css

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

 span { border-color: rgb(8,6,71); }

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