Html Css Color HEX #081436 Midnight Express

📋 copy color: '#081436'

red 8 ◦ green 20 ◦ blue 54

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

Shades of Midnight Express #081436

Tints of Midnight Express #081436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

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

R = 9.76%
G = 24.39%
B = 65.85%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#081436 (or 0x081436) is known color: Midnight Express. HEX triplet: 08, 14 and 36. RGB value is (8,20,54). Sum of RGB (Red+Green+Blue) = 8+20+54=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #081436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081436 is #F7EBC9. Grayscale: #141414. Windows color (decimal): -16247754 or 3544072. OLE color: 3544072.

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

Color convert

RGB 8 20 54 -
CMYK 0.85 0.63 0 0.79
HSL 224.35º 0.74% 0.12% -
HSV(B) 224.35º 0.85% 0.21% -
XYZ 1.02 0.82 3.59 -
YUV 20.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 8 20 54 0.85 0.63 0 0.79 224.35 0.74 0.12
Hex 8 14 36 55 3F 0 4F E0 4A C
Octal 10 24 66 125 77 0 117 340 112 14
Binary 1000 10100 110110 1010101 111111 0 1001111 11100000 1001010 1100

Color Harmonies of #081436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081436

Black with #081436

Text Example


Text Example

White with #081436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081436; }

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

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

background-color css

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

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

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

border-color css

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

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

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