Html Css Color HEX #080948 Midnight Express

📋 copy color: '#080948'

red 8 ◦ green 9 ◦ blue 72

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

Shades of Midnight Express #080948

Tints of Midnight Express #080948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 80.9%

R = 8.99%
G = 10.11%
B = 80.9%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080948 (or 0x080948) is known color: Midnight Express. HEX triplet: 08, 09 and 48. RGB value is (8,9,72). Sum of RGB (Red+Green+Blue) = 8+9+72=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #080948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080948 is #F7F6B7. Grayscale: #0F0F0F. Windows color (decimal): -16250552 or 4720904. OLE color: 4720904.

HSL color Cylindrical-coordinate representation of color #080948: hue angle of 239.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080948 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 9 72 -
CMYK 0.89 0.88 0 0.72
HSL 239.06º 0.8% 0.16% -
HSV(B) 239.06º 0.89% 0.28% -
XYZ 1.37 0.71 6.2 -
YUV 15.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 8 9 72 0.89 0.88 0 0.72 239.06 0.8 0.16
Hex 8 9 48 59 58 0 48 EF 50 10
Octal 10 11 110 131 130 0 110 357 120 20
Binary 1000 1001 1001000 1011001 1011000 0 1001000 11101111 1010000 10000

Color Harmonies of #080948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080948

Black with #080948

Text Example


Text Example

White with #080948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080948; }

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

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

background-color css

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

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

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

border-color css

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

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

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