Html Css Color HEX #080D61 Midnight Blue

📋 copy color: '#080D61'

red 8 ◦ green 13 ◦ blue 97

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

Shades of Midnight Blue #080D61

Tints of Midnight Blue #080D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 82.2%

R = 6.78%
G = 11.02%
B = 82.2%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080D61 (or 0x080D61) is known color: Midnight Blue. HEX triplet: 08, 0D and 61. RGB value is (8,13,97). Sum of RGB (Red+Green+Blue) = 8+13+97=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 97 (38.28% from 255 or 82.20% from 118); Max value from RGB is 97 - color contains mainly: blue. Hex color #080D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D61 is #F7F29E. Grayscale: #141414. Windows color (decimal): -16249503 or 6360328. OLE color: 6360328.

HSL color Cylindrical-coordinate representation of color #080D61: hue angle of 236.63º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080D61 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 13 97 -
CMYK 0.92 0.87 0 0.62
HSL 236.63º 0.85% 0.21% -
HSV(B) 236.63º 0.92% 0.38% -
XYZ 2.4 1.2 11.41 -
YUV 21.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 8 13 97 0.92 0.87 0 0.62 236.63 0.85 0.21
Hex 8 D 61 5C 57 0 3E ED 55 15
Octal 10 15 141 134 127 0 76 355 125 25
Binary 1000 1101 1100001 1011100 1010111 0 111110 11101101 1010101 10101

Color Harmonies of #080D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D61

Black with #080D61

Text Example


Text Example

White with #080D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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