Html Css Color HEX #080241 Midnight Express

📋 copy color: '#080241'

red 8 ◦ green 2 ◦ blue 65

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

Shades of Midnight Express #080241

Tints of Midnight Express #080241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 10.67%
G = 2.67%
B = 86.67%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#080241 (or 0x080241) is known color: Midnight Express. HEX triplet: 08, 02 and 41. RGB value is (8,2,65). Sum of RGB (Red+Green+Blue) = 8+2+65=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 65 (25.78% from 255 or 86.67% from 75); Max value from RGB is 65 - color contains mainly: blue. Hex color #080241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080241 is #F7FDBE. Grayscale: #0A0A0A. Windows color (decimal): -16252351 or 4260360. OLE color: 4260360.

HSL color Cylindrical-coordinate representation of color #080241: hue angle of 245.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080241 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 2 65 -
CMYK 0.88 0.97 0 0.75
HSL 245.71º 0.94% 0.13% -
HSV(B) 245.71º 0.97% 0.25% -
XYZ 1.08 0.48 5.04 -
YUV 10.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 8 2 65 0.88 0.97 0 0.75 245.71 0.94 0.13
Hex 8 2 41 58 61 0 4B F6 5E D
Octal 10 2 101 130 141 0 113 366 136 15
Binary 1000 10 1000001 1011000 1100001 0 1001011 11110110 1011110 1101

Color Harmonies of #080241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080241

Black with #080241

Text Example


Text Example

White with #080241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080241; }

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

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

background-color css

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

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

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

border-color css

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

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

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