Html Css Color HEX #080650 Midnight Blue

📋 copy color: '#080650'

red 8 ◦ green 6 ◦ blue 80

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

Shades of Midnight Blue #080650

Tints of Midnight Blue #080650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 85.11%

R = 8.51%
G = 6.38%
B = 85.11%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080650 (or 0x080650) is known color: Midnight Blue. HEX triplet: 08, 06 and 50. RGB value is (8,6,80). Sum of RGB (Red+Green+Blue) = 8+6+80=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 80 (31.64% from 255 or 85.11% from 94); Max value from RGB is 80 - color contains mainly: blue. Hex color #080650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080650 is #F7F9AF. Grayscale: #0E0E0E. Windows color (decimal): -16251312 or 5244424. OLE color: 5244424.

HSL color Cylindrical-coordinate representation of color #080650: hue angle of 241.62º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080650 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 6 80 -
CMYK 0.90 0.92 0 0.69
HSL 241.62º 0.86% 0.17% -
HSV(B) 241.62º 0.93% 0.31% -
XYZ 1.61 0.76 7.65 -
YUV 15.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 8 6 80 0.90 0.92 0 0.69 241.62 0.86 0.17
Hex 8 6 50 5A 5C 0 45 F2 56 11
Octal 10 6 120 132 134 0 105 362 126 21
Binary 1000 110 1010000 1011010 1011100 0 1000101 11110010 1010110 10001

Color Harmonies of #080650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080650

Black with #080650

Text Example


Text Example

White with #080650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080650; }

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

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

background-color css

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

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

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

border-color css

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

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

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