Html Css Color HEX #080F62 Midnight Blue

📋 copy color: '#080F62'

red 8 ◦ green 15 ◦ blue 98

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

Shades of Midnight Blue #080F62

Tints of Midnight Blue #080F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 80.99%

R = 6.61%
G = 12.4%
B = 80.99%

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

#080F62 (or 0x080F62) is known color: Midnight Blue. HEX triplet: 08, 0F and 62. RGB value is (8,15,98). Sum of RGB (Red+Green+Blue) = 8+15+98=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #080F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F62 is #F7F09D. Grayscale: #161616. Windows color (decimal): -16248990 or 6426376. OLE color: 6426376.

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

Color convert

RGB 8 15 98 -
CMYK 0.92 0.85 0 0.62
HSL 235.33º 0.85% 0.21% -
HSV(B) 235.33º 0.92% 0.38% -
XYZ 2.48 1.28 11.67 -
YUV 22.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 8 15 98 0.92 0.85 0 0.62 235.33 0.85 0.21
Hex 8 F 62 5C 55 0 3E EB 55 15
Octal 10 17 142 134 125 0 76 353 125 25
Binary 1000 1111 1100010 1011100 1010101 0 111110 11101011 1010101 10101

Color Harmonies of #080F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F62

Black with #080F62

Text Example


Text Example

White with #080F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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