Html Css Color HEX #081534 Midnight Express

📋 copy color: '#081534'

red 8 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #081534

Tints of Midnight Express #081534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.93%

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

R = 9.88%
G = 25.93%
B = 64.2%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#081534 (or 0x081534) is known color: Midnight Express. HEX triplet: 08, 15 and 34. RGB value is (8,21,52). Sum of RGB (Red+Green+Blue) = 8+21+52=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #081534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081534 is #F7EACB. Grayscale: #141414. Windows color (decimal): -16247500 or 3413256. OLE color: 3413256.

HSL color Cylindrical-coordinate representation of color #081534: hue angle of 222.27º 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 #081534 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 21 52 -
CMYK 0.85 0.60 0 0.80
HSL 222.27º 0.73% 0.12% -
HSV(B) 222.27º 0.85% 0.2% -
XYZ 0.99 0.84 3.36 -
YUV 20.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 8 21 52 0.85 0.60 0 0.80 222.27 0.73 0.12
Hex 8 15 34 55 3C 0 50 DE 49 C
Octal 10 25 64 125 74 0 120 336 111 14
Binary 1000 10101 110100 1010101 111100 0 1010000 11011110 1001001 1100

Color Harmonies of #081534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081534

Black with #081534

Text Example


Text Example

White with #081534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081534; }

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

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

background-color css

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

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

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

border-color css

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

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

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