Html Css Color HEX #080550 Midnight Blue

📋 copy color: '#080550'

red 8 ◦ green 5 ◦ blue 80

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

Shades of Midnight Blue #080550

Tints of Midnight Blue #080550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

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

R = 8.6%
G = 5.38%
B = 86.02%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080550 (or 0x080550) is known color: Midnight Blue. HEX triplet: 08, 05 and 50. RGB value is (8,5,80). Sum of RGB (Red+Green+Blue) = 8+5+80=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #080550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080550 is #F7FAAF. Grayscale: #0E0E0E. Windows color (decimal): -16251568 or 5244168. OLE color: 5244168.

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

Color convert

RGB 8 5 80 -
CMYK 0.90 0.94 0 0.69
HSL 242.4º 0.88% 0.17% -
HSV(B) 242.4º 0.94% 0.31% -
XYZ 1.6 0.74 7.65 -
YUV 14.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 8 5 80 0.90 0.94 0 0.69 242.4 0.88 0.17
Hex 8 5 50 5A 5E 0 45 F2 58 11
Octal 10 5 120 132 136 0 105 362 130 21
Binary 1000 101 1010000 1011010 1011110 0 1000101 11110010 1011000 10001

Color Harmonies of #080550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080550

Black with #080550

Text Example


Text Example

White with #080550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080550; }

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

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

background-color css

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

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

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

border-color css

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

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

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