Html Css Color HEX #080D5E Midnight Blue

📋 copy color: '#080D5E'

red 8 ◦ green 13 ◦ blue 94

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

Shades of Midnight Blue #080D5E

Tints of Midnight Blue #080D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 81.74%

R = 6.96%
G = 11.3%
B = 81.74%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#080D5E (or 0x080D5E) is known color: Midnight Blue. HEX triplet: 08, 0D and 5E. RGB value is (8,13,94). Sum of RGB (Red+Green+Blue) = 8+13+94=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #080D5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D5E is #F7F2A1. Grayscale: #141414. Windows color (decimal): -16249506 or 6163720. OLE color: 6163720.

HSL color Cylindrical-coordinate representation of color #080D5E: hue angle of 236.51º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080D5E is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 13 94 -
CMYK 0.91 0.86 0 0.63
HSL 236.51º 0.84% 0.2% -
HSV(B) 236.51º 0.91% 0.37% -
XYZ 2.26 1.15 10.69 -
YUV 20.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 8 13 94 0.91 0.86 0 0.63 236.51 0.84 0.2
Hex 8 D 5E 5B 56 0 3F ED 54 14
Octal 10 15 136 133 126 0 77 355 124 24
Binary 1000 1101 1011110 1011011 1010110 0 111111 11101101 1010100 10100

Color Harmonies of #080D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D5E

Black with #080D5E

Text Example


Text Example

White with #080D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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