Html Css Color HEX #080050 Midnight Blue

📋 copy color: '#080050'

red 8 ◦ green 0 ◦ blue 80

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

Shades of Midnight Blue #080050

Tints of Midnight Blue #080050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.09%
G = 0%
B = 90.91%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080050 (or 0x080050) is known color: Midnight Blue. HEX triplet: 08, 00 and 50. RGB value is (8,0,80). Sum of RGB (Red+Green+Blue) = 8+0+80=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #080050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080050 is #F7FFAF. Grayscale: #0B0B0B. Windows color (decimal): -16252848 or 5242888. OLE color: 5242888.

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

Color convert

RGB 8 0 80 -
CMYK 0.90 1 0 0.69
HSL 246º 1% 0.16% -
HSV(B) 246º 1% 0.31% -
XYZ 1.55 0.63 7.63 -
YUV 11.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 8 0 80 0.90 1 0 0.69 246 1 0.16
Hex 8 0 50 5A 64 0 45 F6 64 10
Octal 10 0 120 132 144 0 105 366 144 20
Binary 1000 0 1010000 1011010 1100100 0 1000101 11110110 1100100 10000

Color Harmonies of #080050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080050

Black with #080050

Text Example


Text Example

White with #080050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080050; }

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

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

background-color css

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

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

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

border-color css

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

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

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