Html Css Color HEX #080834 Midnight Express

📋 copy color: '#080834'

red 8 ◦ green 8 ◦ blue 52

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

Shades of Midnight Express #080834

Tints of Midnight Express #080834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 76.47%

R = 11.76%
G = 11.76%
B = 76.47%

CMYK

 C value IS 0.85

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080834 (or 0x080834) is known color: Midnight Express. HEX triplet: 08, 08 and 34. RGB value is (8,8,52). Sum of RGB (Red+Green+Blue) = 8+8+52=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 52 (20.70% from 255 or 76.47% from 68); Max value from RGB is 52 - color contains mainly: blue. Hex color #080834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080834 is #F7F7CB. Grayscale: #0C0C0C. Windows color (decimal): -16250828 or 3409928. OLE color: 3409928.

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

Color convert

RGB 8 8 52 -
CMYK 0.85 0.85 0 0.80
HSL 240º 0.73% 0.12% -
HSV(B) 240º 0.85% 0.2% -
XYZ 0.81 0.47 3.3 -
YUV 13.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 8 8 52 0.85 0.85 0 0.80 240 0.73 0.12
Hex 8 8 34 55 55 0 50 F0 49 C
Octal 10 10 64 125 125 0 120 360 111 14
Binary 1000 1000 110100 1010101 1010101 0 1010000 11110000 1001001 1100

Color Harmonies of #080834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080834

Black with #080834

Text Example


Text Example

White with #080834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080834; }

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

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

background-color css

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

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

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

border-color css

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

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

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