Html Css Color HEX #081048 Midnight Express

📋 copy color: '#081048'

red 8 ◦ green 16 ◦ blue 72

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

Shades of Midnight Express #081048

Tints of Midnight Express #081048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.67%

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

R = 8.33%
G = 16.67%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081048 (or 0x081048) is known color: Midnight Express. HEX triplet: 08, 10 and 48. RGB value is (8,16,72). Sum of RGB (Red+Green+Blue) = 8+16+72=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #081048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081048 is #F7EFB7. Grayscale: #131313. Windows color (decimal): -16248760 or 4722696. OLE color: 4722696.

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

Color convert

RGB 8 16 72 -
CMYK 0.89 0.78 0 0.72
HSL 232.5º 0.8% 0.16% -
HSV(B) 232.5º 0.89% 0.28% -
XYZ 1.46 0.89 6.23 -
YUV 19.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 8 16 72 0.89 0.78 0 0.72 232.5 0.8 0.16
Hex 8 10 48 59 4E 0 48 E8 50 10
Octal 10 20 110 131 116 0 110 350 120 20
Binary 1000 10000 1001000 1011001 1001110 0 1001000 11101000 1010000 10000

Color Harmonies of #081048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081048

Black with #081048

Text Example


Text Example

White with #081048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081048; }

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

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

background-color css

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

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

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

border-color css

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

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

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