Html Css Color HEX #081041 Midnight Express

📋 copy color: '#081041'

red 8 ◦ green 16 ◦ blue 65

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

Shades of Midnight Express #081041

Tints of Midnight Express #081041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

 BLUE value IS 65 (25.78% from 255) = 73.03%

R = 8.99%
G = 17.98%
B = 73.03%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#081041 (or 0x081041) is known color: Midnight Express. HEX triplet: 08, 10 and 41. RGB value is (8,16,65). Sum of RGB (Red+Green+Blue) = 8+16+65=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #081041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081041 is #F7EFBE. Grayscale: #121212. Windows color (decimal): -16248767 or 4263944. OLE color: 4263944.

HSL color Cylindrical-coordinate representation of color #081041: hue angle of 231.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081041 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 16 65 -
CMYK 0.88 0.75 0 0.75
HSL 231.58º 0.78% 0.14% -
HSV(B) 231.58º 0.88% 0.25% -
XYZ 1.24 0.8 5.09 -
YUV 19.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 8 16 65 0.88 0.75 0 0.75 231.58 0.78 0.14
Hex 8 10 41 58 4B 0 4B E8 4E E
Octal 10 20 101 130 113 0 113 350 116 16
Binary 1000 10000 1000001 1011000 1001011 0 1001011 11101000 1001110 1110

Color Harmonies of #081041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081041

Black with #081041

Text Example


Text Example

White with #081041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081041; }

 p { color: rgb(8,16,65); }

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

background-color css

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

 a { background-color: rgb(8,16,65); }

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

border-color css

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

 span { border-color: rgb(8,16,65); }

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