Html Css Color HEX #080561 Midnight Blue

📋 copy color: '#080561'

red 8 ◦ green 5 ◦ blue 97

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

Shades of Midnight Blue #080561

Tints of Midnight Blue #080561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 88.18%

R = 7.27%
G = 4.55%
B = 88.18%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080561 (or 0x080561) is known color: Midnight Blue. HEX triplet: 08, 05 and 61. RGB value is (8,5,97). Sum of RGB (Red+Green+Blue) = 8+5+97=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #080561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080561 is #F7FA9E. Grayscale: #101010. Windows color (decimal): -16251551 or 6358280. OLE color: 6358280.

HSL color Cylindrical-coordinate representation of color #080561: hue angle of 241.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080561 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 5 97 -
CMYK 0.92 0.95 0 0.62
HSL 241.96º 0.9% 0.2% -
HSV(B) 241.96º 0.95% 0.38% -
XYZ 2.31 1.02 11.38 -
YUV 16.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 8 5 97 0.92 0.95 0 0.62 241.96 0.9 0.2
Hex 8 5 61 5C 5F 0 3E F2 5A 14
Octal 10 5 141 134 137 0 76 362 132 24
Binary 1000 101 1100001 1011100 1011111 0 111110 11110010 1011010 10100

Color Harmonies of #080561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080561

Black with #080561

Text Example


Text Example

White with #080561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080561; }

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

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

background-color css

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

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

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

border-color css

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

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

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