Html Css Color HEX #080B48 Midnight Express

📋 copy color: '#080B48'

red 8 ◦ green 11 ◦ blue 72

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

Shades of Midnight Express #080B48

Tints of Midnight Express #080B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.09%

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

R = 8.79%
G = 12.09%
B = 79.12%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080B48 (or 0x080B48) is known color: Midnight Express. HEX triplet: 08, 0B and 48. RGB value is (8,11,72). Sum of RGB (Red+Green+Blue) = 8+11+72=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #080B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B48 is #F7F4B7. Grayscale: #101010. Windows color (decimal): -16250040 or 4721416. OLE color: 4721416.

HSL color Cylindrical-coordinate representation of color #080B48: hue angle of 237.19º 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 #080B48 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 11 72 -
CMYK 0.89 0.85 0 0.72
HSL 237.19º 0.8% 0.16% -
HSV(B) 237.19º 0.89% 0.28% -
XYZ 1.39 0.76 6.2 -
YUV 17.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 8 11 72 0.89 0.85 0 0.72 237.19 0.8 0.16
Hex 8 B 48 59 55 0 48 ED 50 10
Octal 10 13 110 131 125 0 110 355 120 20
Binary 1000 1011 1001000 1011001 1010101 0 1001000 11101101 1010000 10000

Color Harmonies of #080B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B48

Black with #080B48

Text Example


Text Example

White with #080B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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