Html Css Color HEX #080C6F Midnight Blue

📋 copy color: '#080C6F'

red 8 ◦ green 12 ◦ blue 111

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

Shades of Midnight Blue #080C6F

Tints of Midnight Blue #080C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.16%

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

R = 6.11%
G = 9.16%
B = 84.73%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080C6F (or 0x080C6F) is known color: Midnight Blue. HEX triplet: 08, 0C and 6F. RGB value is (8,12,111). Sum of RGB (Red+Green+Blue) = 8+12+111=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #080C6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C6F is #F7F390. Grayscale: #151515. Windows color (decimal): -16249745 or 7277576. OLE color: 7277576.

HSL color Cylindrical-coordinate representation of color #080C6F: hue angle of 237.67º 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 #080C6F is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 12 111 -
CMYK 0.93 0.89 0 0.56
HSL 237.67º 0.87% 0.23% -
HSV(B) 237.67º 0.93% 0.44% -
XYZ 3.1 1.46 15.16 -
YUV 22.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 8 12 111 0.93 0.89 0 0.56 237.67 0.87 0.23
Hex 8 C 6F 5D 59 0 38 EE 57 17
Octal 10 14 157 135 131 0 70 356 127 27
Binary 1000 1100 1101111 1011101 1011001 0 111000 11101110 1010111 10111

Color Harmonies of #080C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C6F

Black with #080C6F

Text Example


Text Example

White with #080C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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