Html Css Color HEX #080058 Midnight Blue

📋 copy color: '#080058'

red 8 ◦ green 0 ◦ blue 88

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

Shades of Midnight Blue #080058

Tints of Midnight Blue #080058

RGB

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

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

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

R = 8.33%
G = 0%
B = 91.67%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080058 (or 0x080058) is known color: Midnight Blue. HEX triplet: 08, 00 and 58. RGB value is (8,0,88). Sum of RGB (Red+Green+Blue) = 8+0+88=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 88 (34.77% from 255 or 91.67% from 96); Max value from RGB is 88 - color contains mainly: blue. Hex color #080058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080058 is #F7FFA7. Grayscale: #0C0C0C. Windows color (decimal): -16252840 or 5767176. OLE color: 5767176.

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

Color convert

RGB 8 0 88 -
CMYK 0.91 1 0 0.65
HSL 245.45º 1% 0.17% -
HSV(B) 245.45º 1% 0.35% -
XYZ 1.86 0.76 9.28 -
YUV 12.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 8 0 88 0.91 1 0 0.65 245.45 1 0.17
Hex 8 0 58 5B 64 0 41 F5 64 11
Octal 10 0 130 133 144 0 101 365 144 21
Binary 1000 0 1011000 1011011 1100100 0 1000001 11110101 1100100 10001

Color Harmonies of #080058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080058

Black with #080058

Text Example


Text Example

White with #080058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080058; }

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

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

background-color css

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

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

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

border-color css

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

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

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