Html Css Color HEX #080950 Midnight Blue

📋 copy color: '#080950'

red 8 ◦ green 9 ◦ blue 80

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

Shades of Midnight Blue #080950

Tints of Midnight Blue #080950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 82.47%

R = 8.25%
G = 9.28%
B = 82.47%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080950 (or 0x080950) is known color: Midnight Blue. HEX triplet: 08, 09 and 50. RGB value is (8,9,80). Sum of RGB (Red+Green+Blue) = 8+9+80=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #080950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080950 is #F7F6AF. Grayscale: #101010. Windows color (decimal): -16250544 or 5245192. OLE color: 5245192.

HSL color Cylindrical-coordinate representation of color #080950: hue angle of 239.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080950 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 9 80 -
CMYK 0.90 0.89 0 0.69
HSL 239.17º 0.82% 0.17% -
HSV(B) 239.17º 0.9% 0.31% -
XYZ 1.65 0.83 7.66 -
YUV 16.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 8 9 80 0.90 0.89 0 0.69 239.17 0.82 0.17
Hex 8 9 50 5A 59 0 45 EF 52 11
Octal 10 11 120 132 131 0 105 357 122 21
Binary 1000 1001 1010000 1011010 1011001 0 1000101 11101111 1010010 10001

Color Harmonies of #080950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080950

Black with #080950

Text Example


Text Example

White with #080950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080950; }

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

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

background-color css

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

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

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

border-color css

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

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

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