Html Css Color HEX #080F60 Midnight Blue

📋 copy color: '#080F60'

red 8 ◦ green 15 ◦ blue 96

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

Shades of Midnight Blue #080F60

Tints of Midnight Blue #080F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 80.67%

R = 6.72%
G = 12.61%
B = 80.67%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080F60 (or 0x080F60) is known color: Midnight Blue. HEX triplet: 08, 0F and 60. RGB value is (8,15,96). Sum of RGB (Red+Green+Blue) = 8+15+96=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #080F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F60 is #F7F09F. Grayscale: #151515. Windows color (decimal): -16248992 or 6295304. OLE color: 6295304.

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

Color convert

RGB 8 15 96 -
CMYK 0.92 0.84 0 0.62
HSL 235.23º 0.85% 0.2% -
HSV(B) 235.23º 0.92% 0.38% -
XYZ 2.38 1.24 11.18 -
YUV 22.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 8 15 96 0.92 0.84 0 0.62 235.23 0.85 0.2
Hex 8 F 60 5C 54 0 3E EB 55 14
Octal 10 17 140 134 124 0 76 353 125 24
Binary 1000 1111 1100000 1011100 1010100 0 111110 11101011 1010101 10100

Color Harmonies of #080F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F60

Black with #080F60

Text Example


Text Example

White with #080F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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