Html Css Color HEX #081341 Midnight Express

📋 copy color: '#081341'

red 8 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #081341

Tints of Midnight Express #081341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 8.7%
G = 20.65%
B = 70.65%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#081341 (or 0x081341) is known color: Midnight Express. HEX triplet: 08, 13 and 41. RGB value is (8,19,65). Sum of RGB (Red+Green+Blue) = 8+19+65=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #081341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081341 is #F7ECBE. Grayscale: #141414. Windows color (decimal): -16247999 or 4264712. OLE color: 4264712.

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

Color convert

RGB 8 19 65 -
CMYK 0.88 0.71 0 0.75
HSL 228.42º 0.78% 0.14% -
HSV(B) 228.42º 0.88% 0.25% -
XYZ 1.29 0.9 5.11 -
YUV 20.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 8 19 65 0.88 0.71 0 0.75 228.42 0.78 0.14
Hex 8 13 41 58 47 0 4B E4 4E E
Octal 10 23 101 130 107 0 113 344 116 16
Binary 1000 10011 1000001 1011000 1000111 0 1001011 11100100 1001110 1110

Color Harmonies of #081341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081341

Black with #081341

Text Example


Text Example

White with #081341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081341; }

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

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

background-color css

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

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

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

border-color css

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

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

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