Html Css Color HEX #080D50 Midnight Blue

📋 copy color: '#080D50'

red 8 ◦ green 13 ◦ blue 80

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

Shades of Midnight Blue #080D50

Tints of Midnight Blue #080D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.87%

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

R = 7.92%
G = 12.87%
B = 79.21%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080D50 (or 0x080D50) is known color: Midnight Blue. HEX triplet: 08, 0D and 50. RGB value is (8,13,80). Sum of RGB (Red+Green+Blue) = 8+13+80=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #080D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D50 is #F7F2AF. Grayscale: #121212. Windows color (decimal): -16249520 or 5246216. OLE color: 5246216.

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

Color convert

RGB 8 13 80 -
CMYK 0.90 0.84 0 0.69
HSL 235.83º 0.82% 0.17% -
HSV(B) 235.83º 0.9% 0.31% -
XYZ 1.69 0.92 7.68 -
YUV 19.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 8 13 80 0.90 0.84 0 0.69 235.83 0.82 0.17
Hex 8 D 50 5A 54 0 45 EC 52 11
Octal 10 15 120 132 124 0 105 354 122 21
Binary 1000 1101 1010000 1011010 1010100 0 1000101 11101100 1010010 10001

Color Harmonies of #080D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D50

Black with #080D50

Text Example


Text Example

White with #080D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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