Html Css Color HEX #081B48 Midnight Express

📋 copy color: '#081B48'

red 8 ◦ green 27 ◦ blue 72

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

Shades of Midnight Express #081B48

Tints of Midnight Express #081B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.23%

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

R = 7.48%
G = 25.23%
B = 67.29%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081B48 (or 0x081B48) is known color: Midnight Express. HEX triplet: 08, 1B and 48. RGB value is (8,27,72). Sum of RGB (Red+Green+Blue) = 8+27+72=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #081B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B48 is #F7E4B7. Grayscale: #1A1A1A. Windows color (decimal): -16245944 or 4725512. OLE color: 4725512.

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

Color convert

RGB 8 27 72 -
CMYK 0.89 0.62 0 0.72
HSL 222.19º 0.8% 0.16% -
HSV(B) 222.19º 0.89% 0.28% -
XYZ 1.66 1.3 6.29 -
YUV 26.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 8 27 72 0.89 0.62 0 0.72 222.19 0.8 0.16
Hex 8 1B 48 59 3E 0 48 DE 50 10
Octal 10 33 110 131 76 0 110 336 120 20
Binary 1000 11011 1001000 1011001 111110 0 1001000 11011110 1010000 10000

Color Harmonies of #081B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081B48

Black with #081B48

Text Example


Text Example

White with #081B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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