Html Css Color HEX #080F59 Midnight Blue

📋 copy color: '#080F59'

red 8 ◦ green 15 ◦ blue 89

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

Shades of Midnight Blue #080F59

Tints of Midnight Blue #080F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.39%

 BLUE value IS 89 (35.16% from 255) = 79.46%

R = 7.14%
G = 13.39%
B = 79.46%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080F59 (or 0x080F59) is known color: Midnight Blue. HEX triplet: 08, 0F and 59. RGB value is (8,15,89). Sum of RGB (Red+Green+Blue) = 8+15+89=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #080F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F59 is #F7F0A6. Grayscale: #151515. Windows color (decimal): -16248999 or 5836552. OLE color: 5836552.

HSL color Cylindrical-coordinate representation of color #080F59: hue angle of 234.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F59 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 15 89 -
CMYK 0.91 0.83 0 0.65
HSL 234.81º 0.84% 0.19% -
HSV(B) 234.81º 0.91% 0.35% -
XYZ 2.07 1.11 9.56 -
YUV 21.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 8 15 89 0.91 0.83 0 0.65 234.81 0.84 0.19
Hex 8 F 59 5B 53 0 41 EB 54 13
Octal 10 17 131 133 123 0 101 353 124 23
Binary 1000 1111 1011001 1011011 1010011 0 1000001 11101011 1010100 10011

Color Harmonies of #080F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F59

Black with #080F59

Text Example


Text Example

White with #080F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,15,89); }

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

background-color css

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

 a { background-color: rgb(8,15,89); }

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

border-color css

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

 span { border-color: rgb(8,15,89); }

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