Html Css Color HEX #080D6E Midnight Blue

📋 copy color: '#080D6E'

red 8 ◦ green 13 ◦ blue 110

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

Shades of Midnight Blue #080D6E

Tints of Midnight Blue #080D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 83.97%

R = 6.11%
G = 9.92%
B = 83.97%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#080D6E (or 0x080D6E) is known color: Midnight Blue. HEX triplet: 08, 0D and 6E. RGB value is (8,13,110). Sum of RGB (Red+Green+Blue) = 8+13+110=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 110 (43.36% from 255 or 83.97% from 131); Max value from RGB is 110 - color contains mainly: blue. Hex color #080D6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D6E is #F7F291. Grayscale: #161616. Windows color (decimal): -16249490 or 7212296. OLE color: 7212296.

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

Color convert

RGB 8 13 110 -
CMYK 0.93 0.88 0 0.57
HSL 237.06º 0.86% 0.23% -
HSV(B) 237.06º 0.93% 0.43% -
XYZ 3.06 1.47 14.87 -
YUV 22.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 8 13 110 0.93 0.88 0 0.57 237.06 0.86 0.23
Hex 8 D 6E 5D 58 0 39 ED 56 17
Octal 10 15 156 135 130 0 71 355 126 27
Binary 1000 1101 1101110 1011101 1011000 0 111001 11101101 1010110 10111

Color Harmonies of #080D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D6E

Black with #080D6E

Text Example


Text Example

White with #080D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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