Html Css Color HEX #081248 Midnight Express

📋 copy color: '#081248'

red 8 ◦ green 18 ◦ blue 72

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

Shades of Midnight Express #081248

Tints of Midnight Express #081248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.37%

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

R = 8.16%
G = 18.37%
B = 73.47%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081248 (or 0x081248) is known color: Midnight Express. HEX triplet: 08, 12 and 48. RGB value is (8,18,72). Sum of RGB (Red+Green+Blue) = 8+18+72=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #081248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081248 is #F7EDB7. Grayscale: #141414. Windows color (decimal): -16248248 or 4723208. OLE color: 4723208.

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

Color convert

RGB 8 18 72 -
CMYK 0.89 0.75 0 0.72
HSL 230.63º 0.8% 0.16% -
HSV(B) 230.63º 0.89% 0.28% -
XYZ 1.49 0.95 6.24 -
YUV 21.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 8 18 72 0.89 0.75 0 0.72 230.63 0.8 0.16
Hex 8 12 48 59 4B 0 48 E7 50 10
Octal 10 22 110 131 113 0 110 347 120 20
Binary 1000 10010 1001000 1011001 1001011 0 1001000 11100111 1010000 10000

Color Harmonies of #081248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081248

Black with #081248

Text Example


Text Example

White with #081248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081248; }

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

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

background-color css

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

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

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

border-color css

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

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

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