Html Css Color HEX #081D41 Midnight Express

📋 copy color: '#081D41'

red 8 ◦ green 29 ◦ blue 65

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

Shades of Midnight Express #081D41

Tints of Midnight Express #081D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

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

R = 7.84%
G = 28.43%
B = 63.73%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#081D41 (or 0x081D41) is known color: Midnight Express. HEX triplet: 08, 1D and 41. RGB value is (8,29,65). Sum of RGB (Red+Green+Blue) = 8+29+65=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #081D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D41 is #F7E2BE. Grayscale: #1A1A1A. Windows color (decimal): -16245439 or 4267272. OLE color: 4267272.

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

Color convert

RGB 8 29 65 -
CMYK 0.88 0.55 0 0.75
HSL 217.89º 0.78% 0.14% -
HSV(B) 217.89º 0.88% 0.25% -
XYZ 1.49 1.31 5.18 -
YUV 26.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 8 29 65 0.88 0.55 0 0.75 217.89 0.78 0.14
Hex 8 1D 41 58 37 0 4B DA 4E E
Octal 10 35 101 130 67 0 113 332 116 16
Binary 1000 11101 1000001 1011000 110111 0 1001011 11011010 1001110 1110

Color Harmonies of #081D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D41

Black with #081D41

Text Example


Text Example

White with #081D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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