Html Css Color HEX #081848 Midnight Express

📋 copy color: '#081848'

red 8 ◦ green 24 ◦ blue 72

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

Shades of Midnight Express #081848

Tints of Midnight Express #081848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.08%

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

R = 7.69%
G = 23.08%
B = 69.23%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081848 (or 0x081848) is known color: Midnight Express. HEX triplet: 08, 18 and 48. RGB value is (8,24,72). Sum of RGB (Red+Green+Blue) = 8+24+72=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #081848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081848 is #F7E7B7. Grayscale: #181818. Windows color (decimal): -16246712 or 4724744. OLE color: 4724744.

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

Color convert

RGB 8 24 72 -
CMYK 0.89 0.67 0 0.72
HSL 225º 0.8% 0.16% -
HSV(B) 225º 0.89% 0.28% -
XYZ 1.6 1.17 6.27 -
YUV 24.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 8 24 72 0.89 0.67 0 0.72 225 0.8 0.16
Hex 8 18 48 59 43 0 48 E1 50 10
Octal 10 30 110 131 103 0 110 341 120 20
Binary 1000 11000 1001000 1011001 1000011 0 1001000 11100001 1010000 10000

Color Harmonies of #081848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081848

Black with #081848

Text Example


Text Example

White with #081848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081848; }

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

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

background-color css

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

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

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

border-color css

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

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

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