Html Css Color HEX #080555 Midnight Blue

📋 copy color: '#080555'

red 8 ◦ green 5 ◦ blue 85

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

Shades of Midnight Blue #080555

Tints of Midnight Blue #080555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.1%

 BLUE value IS 85 (33.59% from 255) = 86.73%

R = 8.16%
G = 5.1%
B = 86.73%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080555 (or 0x080555) is known color: Midnight Blue. HEX triplet: 08, 05 and 55. RGB value is (8,5,85). Sum of RGB (Red+Green+Blue) = 8+5+85=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 85 (33.59% from 255 or 86.73% from 98); Max value from RGB is 85 - color contains mainly: blue. Hex color #080555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080555 is #F7FAAA. Grayscale: #0E0E0E. Windows color (decimal): -16251563 or 5571848. OLE color: 5571848.

HSL color Cylindrical-coordinate representation of color #080555: hue angle of 242.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080555 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 5 85 -
CMYK 0.91 0.94 0 0.67
HSL 242.25º 0.89% 0.18% -
HSV(B) 242.25º 0.94% 0.33% -
XYZ 1.79 0.82 8.66 -
YUV 15.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 8 5 85 0.91 0.94 0 0.67 242.25 0.89 0.18
Hex 8 5 55 5B 5E 0 43 F2 59 12
Octal 10 5 125 133 136 0 103 362 131 22
Binary 1000 101 1010101 1011011 1011110 0 1000011 11110010 1011001 10010

Color Harmonies of #080555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080555

Black with #080555

Text Example


Text Example

White with #080555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080555; }

 p { color: rgb(8,5,85); }

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

background-color css

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

 a { background-color: rgb(8,5,85); }

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

border-color css

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

 span { border-color: rgb(8,5,85); }

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