Html Css Color HEX #080836 Midnight Express

📋 copy color: '#080836'

red 8 ◦ green 8 ◦ blue 54

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

Shades of Midnight Express #080836

Tints of Midnight Express #080836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

 BLUE value IS 54 (21.48% from 255) = 77.14%

R = 11.43%
G = 11.43%
B = 77.14%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080836 (or 0x080836) is known color: Midnight Express. HEX triplet: 08, 08 and 36. RGB value is (8,8,54). Sum of RGB (Red+Green+Blue) = 8+8+54=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #080836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080836 is #F7F7C9. Grayscale: #0D0D0D. Windows color (decimal): -16250826 or 3541000. OLE color: 3541000.

HSL color Cylindrical-coordinate representation of color #080836: hue angle of 240º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080836 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 8 54 -
CMYK 0.85 0.85 0 0.79
HSL 240º 0.74% 0.12% -
HSV(B) 240º 0.85% 0.21% -
XYZ 0.85 0.49 3.54 -
YUV 13.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 8 8 54 0.85 0.85 0 0.79 240 0.74 0.12
Hex 8 8 36 55 55 0 4F F0 4A C
Octal 10 10 66 125 125 0 117 360 112 14
Binary 1000 1000 110110 1010101 1010101 0 1001111 11110000 1001010 1100

Color Harmonies of #080836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080836

Black with #080836

Text Example


Text Example

White with #080836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080836; }

 p { color: rgb(8,8,54); }

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

background-color css

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

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

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

border-color css

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

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

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