Html Css Color HEX #080D70 Midnight Blue

📋 copy color: '#080D70'

red 8 ◦ green 13 ◦ blue 112

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

Shades of Midnight Blue #080D70

Tints of Midnight Blue #080D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 84.21%

R = 6.02%
G = 9.77%
B = 84.21%

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

#080D70 (or 0x080D70) is known color: Midnight Blue. HEX triplet: 08, 0D and 70. RGB value is (8,13,112). Sum of RGB (Red+Green+Blue) = 8+13+112=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #080D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D70 is #F7F28F. Grayscale: #161616. Windows color (decimal): -16249488 or 7343368. OLE color: 7343368.

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

Color convert

RGB 8 13 112 -
CMYK 0.93 0.88 0 0.56
HSL 237.12º 0.87% 0.24% -
HSV(B) 237.12º 0.93% 0.44% -
XYZ 3.17 1.51 15.45 -
YUV 22.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 8 13 112 0.93 0.88 0 0.56 237.12 0.87 0.24
Hex 8 D 70 5D 58 0 38 ED 57 18
Octal 10 15 160 135 130 0 70 355 127 30
Binary 1000 1101 1110000 1011101 1011000 0 111000 11101101 1010111 11000

Color Harmonies of #080D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D70

Black with #080D70

Text Example


Text Example

White with #080D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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