Html Css Color HEX #081148 Midnight Express

📋 copy color: '#081148'

red 8 ◦ green 17 ◦ blue 72

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

Shades of Midnight Express #081148

Tints of Midnight Express #081148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

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

R = 8.25%
G = 17.53%
B = 74.23%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081148 (or 0x081148) is known color: Midnight Express. HEX triplet: 08, 11 and 48. RGB value is (8,17,72). Sum of RGB (Red+Green+Blue) = 8+17+72=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #081148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081148 is #F7EEB7. Grayscale: #141414. Windows color (decimal): -16248504 or 4722952. OLE color: 4722952.

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

Color convert

RGB 8 17 72 -
CMYK 0.89 0.76 0 0.72
HSL 231.56º 0.8% 0.16% -
HSV(B) 231.56º 0.89% 0.28% -
XYZ 1.47 0.92 6.23 -
YUV 20.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 8 17 72 0.89 0.76 0 0.72 231.56 0.8 0.16
Hex 8 11 48 59 4C 0 48 E8 50 10
Octal 10 21 110 131 114 0 110 350 120 20
Binary 1000 10001 1001000 1011001 1001100 0 1001000 11101000 1010000 10000

Color Harmonies of #081148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081148

Black with #081148

Text Example


Text Example

White with #081148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081148; }

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

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

background-color css

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

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

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

border-color css

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

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

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