Html Css Color HEX #081941 Midnight Express

📋 copy color: '#081941'

red 8 ◦ green 25 ◦ blue 65

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

Shades of Midnight Express #081941

Tints of Midnight Express #081941

RGB

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

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

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

R = 8.16%
G = 25.51%
B = 66.33%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#081941 (or 0x081941) is known color: Midnight Express. HEX triplet: 08, 19 and 41. RGB value is (8,25,65). Sum of RGB (Red+Green+Blue) = 8+25+65=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #081941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081941 is #F7E6BE. Grayscale: #181818. Windows color (decimal): -16246463 or 4266248. OLE color: 4266248.

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

Color convert

RGB 8 25 65 -
CMYK 0.88 0.62 0 0.75
HSL 222.11º 0.78% 0.14% -
HSV(B) 222.11º 0.88% 0.25% -
XYZ 1.4 1.13 5.14 -
YUV 24.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 8 25 65 0.88 0.62 0 0.75 222.11 0.78 0.14
Hex 8 19 41 58 3E 0 4B DE 4E E
Octal 10 31 101 130 76 0 113 336 116 16
Binary 1000 11001 1000001 1011000 111110 0 1001011 11011110 1001110 1110

Color Harmonies of #081941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081941

Black with #081941

Text Example


Text Example

White with #081941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081941; }

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

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

background-color css

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

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

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

border-color css

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

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

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