Html Css Color HEX #081946 Midnight Express

📋 copy color: '#081946'

red 8 ◦ green 25 ◦ blue 70

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

Shades of Midnight Express #081946

Tints of Midnight Express #081946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.27%

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

R = 7.77%
G = 24.27%
B = 67.96%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#081946 (or 0x081946) is known color: Midnight Express. HEX triplet: 08, 19 and 46. RGB value is (8,25,70). Sum of RGB (Red+Green+Blue) = 8+25+70=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #081946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081946 is #F7E6B9. Grayscale: #181818. Windows color (decimal): -16246458 or 4593928. OLE color: 4593928.

HSL color Cylindrical-coordinate representation of color #081946: hue angle of 223.55º 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 #081946 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 25 70 -
CMYK 0.89 0.64 0 0.73
HSL 223.55º 0.79% 0.15% -
HSV(B) 223.55º 0.89% 0.27% -
XYZ 1.55 1.19 5.94 -
YUV 25.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 8 25 70 0.89 0.64 0 0.73 223.55 0.79 0.15
Hex 8 19 46 59 40 0 49 E0 4F F
Octal 10 31 106 131 100 0 111 340 117 17
Binary 1000 11001 1000110 1011001 1000000 0 1001001 11100000 1001111 1111

Color Harmonies of #081946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081946

Black with #081946

Text Example


Text Example

White with #081946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081946; }

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

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

background-color css

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

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

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

border-color css

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

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

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