Html Css Color HEX #080039 Midnight Express

📋 copy color: '#080039'

red 8 ◦ green 0 ◦ blue 57

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

Shades of Midnight Express #080039

Tints of Midnight Express #080039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 87.69%

R = 12.31%
G = 0%
B = 87.69%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080039 (or 0x080039) is known color: Midnight Express. HEX triplet: 08, 00 and 39. RGB value is (8,0,57). Sum of RGB (Red+Green+Blue) = 8+0+57=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 57 (22.66% from 255 or 87.69% from 65); Max value from RGB is 57 - color contains mainly: blue. Hex color #080039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080039 is #F7FFC6. Grayscale: #080808. Windows color (decimal): -16252871 or 3735560. OLE color: 3735560.

HSL color Cylindrical-coordinate representation of color #080039: hue angle of 248.42º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080039 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 0 57 -
CMYK 0.86 1 0 0.78
HSL 248.42º 1% 0.11% -
HSV(B) 248.42º 1% 0.22% -
XYZ 0.84 0.35 3.89 -
YUV 8.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 8 0 57 0.86 1 0 0.78 248.42 1 0.11
Hex 8 0 39 56 64 0 4E F8 64 B
Octal 10 0 71 126 144 0 116 370 144 13
Binary 1000 0 111001 1010110 1100100 0 1001110 11111000 1100100 1011

Color Harmonies of #080039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080039

Black with #080039

Text Example


Text Example

White with #080039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080039; }

 p { color: rgb(8,0,57); }

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

background-color css

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

 a { background-color: rgb(8,0,57); }

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

border-color css

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

 span { border-color: rgb(8,0,57); }

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