Html Css Color HEX #080F61 Midnight Blue

📋 copy color: '#080F61'

red 8 ◦ green 15 ◦ blue 97

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

Shades of Midnight Blue #080F61

Tints of Midnight Blue #080F61

RGB

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

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

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

R = 6.67%
G = 12.5%
B = 80.83%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080F61 (or 0x080F61) is known color: Midnight Blue. HEX triplet: 08, 0F and 61. RGB value is (8,15,97). Sum of RGB (Red+Green+Blue) = 8+15+97=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #080F61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F61 is #F7F09E. Grayscale: #151515. Windows color (decimal): -16248991 or 6360840. OLE color: 6360840.

HSL color Cylindrical-coordinate representation of color #080F61: hue angle of 235.28º 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 #080F61 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 15 97 -
CMYK 0.92 0.85 0 0.62
HSL 235.28º 0.85% 0.21% -
HSV(B) 235.28º 0.92% 0.38% -
XYZ 2.43 1.26 11.42 -
YUV 22.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 8 15 97 0.92 0.85 0 0.62 235.28 0.85 0.21
Hex 8 F 61 5C 55 0 3E EB 55 15
Octal 10 17 141 134 125 0 76 353 125 25
Binary 1000 1111 1100001 1011100 1010101 0 111110 11101011 1010101 10101

Color Harmonies of #080F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F61

Black with #080F61

Text Example


Text Example

White with #080F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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