Html Css Color HEX #081C48 Midnight Express

📋 copy color: '#081C48'

red 8 ◦ green 28 ◦ blue 72

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

Shades of Midnight Express #081C48

Tints of Midnight Express #081C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.93%

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

R = 7.41%
G = 25.93%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081C48 (or 0x081C48) is known color: Midnight Express. HEX triplet: 08, 1C and 48. RGB value is (8,28,72). Sum of RGB (Red+Green+Blue) = 8+28+72=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #081C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C48 is #F7E3B7. Grayscale: #1A1A1A. Windows color (decimal): -16245688 or 4725768. OLE color: 4725768.

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

Color convert

RGB 8 28 72 -
CMYK 0.89 0.61 0 0.72
HSL 221.25º 0.8% 0.16% -
HSV(B) 221.25º 0.89% 0.28% -
XYZ 1.69 1.35 6.3 -
YUV 27.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 8 28 72 0.89 0.61 0 0.72 221.25 0.8 0.16
Hex 8 1C 48 59 3D 0 48 DD 50 10
Octal 10 34 110 131 75 0 110 335 120 20
Binary 1000 11100 1001000 1011001 111101 0 1001000 11011101 1010000 10000

Color Harmonies of #081C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C48

Black with #081C48

Text Example


Text Example

White with #081C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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