Html Css Color HEX #080649 Midnight Blue

📋 copy color: '#080649'

red 8 ◦ green 6 ◦ blue 73

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

Shades of Midnight Blue #080649

Tints of Midnight Blue #080649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 83.91%

R = 9.2%
G = 6.9%
B = 83.91%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#080649 (or 0x080649) is known color: Midnight Blue. HEX triplet: 08, 06 and 49. RGB value is (8,6,73). Sum of RGB (Red+Green+Blue) = 8+6+73=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #080649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080649 is #F7F9B6. Grayscale: #0D0D0D. Windows color (decimal): -16251319 or 4785672. OLE color: 4785672.

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

Color convert

RGB 8 6 73 -
CMYK 0.89 0.92 0 0.71
HSL 241.79º 0.85% 0.15% -
HSV(B) 241.79º 0.92% 0.29% -
XYZ 1.37 0.66 6.36 -
YUV 14.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 8 6 73 0.89 0.92 0 0.71 241.79 0.85 0.15
Hex 8 6 49 59 5C 0 47 F2 55 F
Octal 10 6 111 131 134 0 107 362 125 17
Binary 1000 110 1001001 1011001 1011100 0 1000111 11110010 1010101 1111

Color Harmonies of #080649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080649

Black with #080649

Text Example


Text Example

White with #080649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080649; }

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

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

background-color css

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

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

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

border-color css

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

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

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