Html Css Color HEX #081146 Midnight Express

📋 copy color: '#081146'

red 8 ◦ green 17 ◦ blue 70

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

Shades of Midnight Express #081146

Tints of Midnight Express #081146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.89%

 BLUE value IS 70 (27.73% from 255) = 73.68%

R = 8.42%
G = 17.89%
B = 73.68%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#081146 (or 0x081146) is known color: Midnight Express. HEX triplet: 08, 11 and 46. RGB value is (8,17,70). Sum of RGB (Red+Green+Blue) = 8+17+70=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #081146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081146 is #F7EEB9. Grayscale: #141414. Windows color (decimal): -16248506 or 4591880. OLE color: 4591880.

HSL color Cylindrical-coordinate representation of color #081146: hue angle of 231.29º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081146 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 17 70 -
CMYK 0.89 0.76 0 0.73
HSL 231.29º 0.79% 0.15% -
HSV(B) 231.29º 0.89% 0.27% -
XYZ 1.41 0.89 5.89 -
YUV 20.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 8 17 70 0.89 0.76 0 0.73 231.29 0.79 0.15
Hex 8 11 46 59 4C 0 49 E7 4F F
Octal 10 21 106 131 114 0 111 347 117 17
Binary 1000 10001 1000110 1011001 1001100 0 1001001 11100111 1001111 1111

Color Harmonies of #081146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081146

Black with #081146

Text Example


Text Example

White with #081146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081146; }

 p { color: rgb(8,17,70); }

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

background-color css

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

 a { background-color: rgb(8,17,70); }

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

border-color css

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

 span { border-color: rgb(8,17,70); }

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