Html Css Color HEX #081D48 Midnight Express

📋 copy color: '#081D48'

red 8 ◦ green 29 ◦ blue 72

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

Shades of Midnight Express #081D48

Tints of Midnight Express #081D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.61%

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

R = 7.34%
G = 26.61%
B = 66.06%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081D48 (or 0x081D48) is known color: Midnight Express. HEX triplet: 08, 1D and 48. RGB value is (8,29,72). Sum of RGB (Red+Green+Blue) = 8+29+72=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #081D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D48 is #F7E2B7. Grayscale: #1B1B1B. Windows color (decimal): -16245432 or 4726024. OLE color: 4726024.

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

Color convert

RGB 8 29 72 -
CMYK 0.89 0.60 0 0.72
HSL 220.31º 0.8% 0.16% -
HSV(B) 220.31º 0.89% 0.28% -
XYZ 1.71 1.4 6.31 -
YUV 27.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 8 29 72 0.89 0.60 0 0.72 220.31 0.8 0.16
Hex 8 1D 48 59 3C 0 48 DC 50 10
Octal 10 35 110 131 74 0 110 334 120 20
Binary 1000 11101 1001000 1011001 111100 0 1001000 11011100 1010000 10000

Color Harmonies of #081D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D48

Black with #081D48

Text Example


Text Example

White with #081D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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