Html Css Color HEX #080958 Midnight Blue

📋 copy color: '#080958'

red 8 ◦ green 9 ◦ blue 88

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

Shades of Midnight Blue #080958

Tints of Midnight Blue #080958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

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

R = 7.62%
G = 8.57%
B = 83.81%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#080958 (or 0x080958) is known color: Midnight Blue. HEX triplet: 08, 09 and 58. RGB value is (8,9,88). Sum of RGB (Red+Green+Blue) = 8+9+88=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #080958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080958 is #F7F6A7. Grayscale: #111111. Windows color (decimal): -16250536 or 5769480. OLE color: 5769480.

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

Color convert

RGB 8 9 88 -
CMYK 0.91 0.90 0 0.65
HSL 239.25º 0.83% 0.19% -
HSV(B) 239.25º 0.91% 0.35% -
XYZ 1.96 0.95 9.31 -
YUV 17.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 8 9 88 0.91 0.90 0 0.65 239.25 0.83 0.19
Hex 8 9 58 5B 5A 0 41 EF 53 13
Octal 10 11 130 133 132 0 101 357 123 23
Binary 1000 1001 1011000 1011011 1011010 0 1000001 11101111 1010011 10011

Color Harmonies of #080958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080958

Black with #080958

Text Example


Text Example

White with #080958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080958; }

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

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

background-color css

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

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

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

border-color css

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

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

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