Html Css Color HEX #081641 Midnight Express

📋 copy color: '#081641'

red 8 ◦ green 22 ◦ blue 65

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

Shades of Midnight Express #081641

Tints of Midnight Express #081641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

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

R = 8.42%
G = 23.16%
B = 68.42%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#081641 (or 0x081641) is known color: Midnight Express. HEX triplet: 08, 16 and 41. RGB value is (8,22,65). Sum of RGB (Red+Green+Blue) = 8+22+65=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #081641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081641 is #F7E9BE. Grayscale: #161616. Windows color (decimal): -16247231 or 4265480. OLE color: 4265480.

HSL color Cylindrical-coordinate representation of color #081641: hue angle of 225.26º 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 #081641 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 22 65 -
CMYK 0.88 0.66 0 0.75
HSL 225.26º 0.78% 0.14% -
HSV(B) 225.26º 0.88% 0.25% -
XYZ 1.34 1.01 5.12 -
YUV 22.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 8 22 65 0.88 0.66 0 0.75 225.26 0.78 0.14
Hex 8 16 41 58 42 0 4B E1 4E E
Octal 10 26 101 130 102 0 113 341 116 16
Binary 1000 10110 1000001 1011000 1000010 0 1001011 11100001 1001110 1110

Color Harmonies of #081641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081641

Black with #081641

Text Example


Text Example

White with #081641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081641; }

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

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

background-color css

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

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

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

border-color css

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

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

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