Html Css Color HEX #080D41 Midnight Express

📋 copy color: '#080D41'

red 8 ◦ green 13 ◦ blue 65

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

Shades of Midnight Express #080D41

Tints of Midnight Express #080D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

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

R = 9.3%
G = 15.12%
B = 75.58%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080D41 (or 0x080D41) is known color: Midnight Express. HEX triplet: 08, 0D and 41. RGB value is (8,13,65). Sum of RGB (Red+Green+Blue) = 8+13+65=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #080D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D41 is #F7F2BE. Grayscale: #111111. Windows color (decimal): -16249535 or 4263176. OLE color: 4263176.

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

Color convert

RGB 8 13 65 -
CMYK 0.88 0.80 0 0.75
HSL 234.74º 0.78% 0.14% -
HSV(B) 234.74º 0.88% 0.25% -
XYZ 1.2 0.72 5.08 -
YUV 17.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 8 13 65 0.88 0.80 0 0.75 234.74 0.78 0.14
Hex 8 D 41 58 50 0 4B EB 4E E
Octal 10 15 101 130 120 0 113 353 116 16
Binary 1000 1101 1000001 1011000 1010000 0 1001011 11101011 1001110 1110

Color Harmonies of #080D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D41

Black with #080D41

Text Example


Text Example

White with #080D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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