Html Css Color HEX #080848 Midnight Express

📋 copy color: '#080848'

red 8 ◦ green 8 ◦ blue 72

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

Shades of Midnight Express #080848

Tints of Midnight Express #080848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

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

R = 9.09%
G = 9.09%
B = 81.82%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080848 (or 0x080848) is known color: Midnight Express. HEX triplet: 08, 08 and 48. RGB value is (8,8,72). Sum of RGB (Red+Green+Blue) = 8+8+72=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #080848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080848 is #F7F7B7. Grayscale: #0F0F0F. Windows color (decimal): -16250808 or 4720648. OLE color: 4720648.

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

Color convert

RGB 8 8 72 -
CMYK 0.89 0.89 0 0.72
HSL 240º 0.8% 0.16% -
HSV(B) 240º 0.89% 0.28% -
XYZ 1.36 0.69 6.19 -
YUV 15.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 8 8 72 0.89 0.89 0 0.72 240 0.8 0.16
Hex 8 8 48 59 59 0 48 F0 50 10
Octal 10 10 110 131 131 0 110 360 120 20
Binary 1000 1000 1001000 1011001 1011001 0 1001000 11110000 1010000 10000

Color Harmonies of #080848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080848

Black with #080848

Text Example


Text Example

White with #080848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080848; }

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

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

background-color css

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

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

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

border-color css

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

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

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