Html Css Color HEX #080D6F Midnight Blue

📋 copy color: '#080D6F'

red 8 ◦ green 13 ◦ blue 111

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

Shades of Midnight Blue #080D6F

Tints of Midnight Blue #080D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 84.09%

R = 6.06%
G = 9.85%
B = 84.09%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080D6F (or 0x080D6F) is known color: Midnight Blue. HEX triplet: 08, 0D and 6F. RGB value is (8,13,111). Sum of RGB (Red+Green+Blue) = 8+13+111=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #080D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D6F is #F7F290. Grayscale: #161616. Windows color (decimal): -16249489 or 7277832. OLE color: 7277832.

HSL color Cylindrical-coordinate representation of color #080D6F: hue angle of 237.09º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080D6F is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 13 111 -
CMYK 0.93 0.88 0 0.56
HSL 237.09º 0.87% 0.23% -
HSV(B) 237.09º 0.93% 0.44% -
XYZ 3.11 1.49 15.16 -
YUV 22.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 8 13 111 0.93 0.88 0 0.56 237.09 0.87 0.23
Hex 8 D 6F 5D 58 0 38 ED 57 17
Octal 10 15 157 135 130 0 70 355 127 27
Binary 1000 1101 1101111 1011101 1011000 0 111000 11101101 1010111 10111

Color Harmonies of #080D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D6F

Black with #080D6F

Text Example


Text Example

White with #080D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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