Html Css Color HEX #080051 Midnight Blue

📋 copy color: '#080051'

red 8 ◦ green 0 ◦ blue 81

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

Shades of Midnight Blue #080051

Tints of Midnight Blue #080051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 91.01%

R = 8.99%
G = 0%
B = 91.01%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080051 (or 0x080051) is known color: Midnight Blue. HEX triplet: 08, 00 and 51. RGB value is (8,0,81). Sum of RGB (Red+Green+Blue) = 8+0+81=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #080051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080051 is #F7FFAE. Grayscale: #0B0B0B. Windows color (decimal): -16252847 or 5308424. OLE color: 5308424.

HSL color Cylindrical-coordinate representation of color #080051: hue angle of 245.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080051 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 0 81 -
CMYK 0.90 1 0 0.68
HSL 245.93º 1% 0.16% -
HSV(B) 245.93º 1% 0.32% -
XYZ 1.59 0.65 7.83 -
YUV 11.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 8 0 81 0.90 1 0 0.68 245.93 1 0.16
Hex 8 0 51 5A 64 0 44 F6 64 10
Octal 10 0 121 132 144 0 104 366 144 20
Binary 1000 0 1010001 1011010 1100100 0 1000100 11110110 1100100 10000

Color Harmonies of #080051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080051

Black with #080051

Text Example


Text Example

White with #080051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080051; }

 p { color: rgb(8,0,81); }

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

background-color css

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

 a { background-color: rgb(8,0,81); }

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

border-color css

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

 span { border-color: rgb(8,0,81); }

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