Html Css Color HEX #081A47 Midnight Express

📋 copy color: '#081A47'

red 8 ◦ green 26 ◦ blue 71

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

Shades of Midnight Express #081A47

Tints of Midnight Express #081A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.76%

 BLUE value IS 71 (28.13% from 255) = 67.62%

R = 7.62%
G = 24.76%
B = 67.62%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#081A47 (or 0x081A47) is known color: Midnight Express. HEX triplet: 08, 1A and 47. RGB value is (8,26,71). Sum of RGB (Red+Green+Blue) = 8+26+71=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #081A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A47 is #F7E5B8. Grayscale: #191919. Windows color (decimal): -16246201 or 4659720. OLE color: 4659720.

HSL color Cylindrical-coordinate representation of color #081A47: hue angle of 222.86º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081A47 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 26 71 -
CMYK 0.89 0.63 0 0.72
HSL 222.86º 0.8% 0.15% -
HSV(B) 222.86º 0.89% 0.28% -
XYZ 1.61 1.25 6.12 -
YUV 25.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 8 26 71 0.89 0.63 0 0.72 222.86 0.8 0.15
Hex 8 1A 47 59 3F 0 48 DF 50 F
Octal 10 32 107 131 77 0 110 337 120 17
Binary 1000 11010 1000111 1011001 111111 0 1001000 11011111 1010000 1111

Color Harmonies of #081A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A47

Black with #081A47

Text Example


Text Example

White with #081A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,26,71); }

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

background-color css

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

 a { background-color: rgb(8,26,71); }

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

border-color css

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

 span { border-color: rgb(8,26,71); }

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