Html Css Color HEX #080558 Midnight Blue

📋 copy color: '#080558'

red 8 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #080558

Tints of Midnight Blue #080558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 87.13%

R = 7.92%
G = 4.95%
B = 87.13%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080558 (or 0x080558) is known color: Midnight Blue. HEX triplet: 08, 05 and 58. RGB value is (8,5,88). Sum of RGB (Red+Green+Blue) = 8+5+88=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 88 (34.77% from 255 or 87.13% from 101); Max value from RGB is 88 - color contains mainly: blue. Hex color #080558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080558 is #F7FAA7. Grayscale: #0F0F0F. Windows color (decimal): -16251560 or 5768456. OLE color: 5768456.

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

Color convert

RGB 8 5 88 -
CMYK 0.91 0.94 0 0.65
HSL 242.17º 0.89% 0.18% -
HSV(B) 242.17º 0.94% 0.35% -
XYZ 1.92 0.86 9.3 -
YUV 15.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 8 5 88 0.91 0.94 0 0.65 242.17 0.89 0.18
Hex 8 5 58 5B 5E 0 41 F2 59 12
Octal 10 5 130 133 136 0 101 362 131 22
Binary 1000 101 1011000 1011011 1011110 0 1000001 11110010 1011001 10010

Color Harmonies of #080558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080558

Black with #080558

Text Example


Text Example

White with #080558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080558; }

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

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

background-color css

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

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

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

border-color css

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

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

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