Html Css Color HEX #081434 Midnight Express

📋 copy color: '#081434'

red 8 ◦ green 20 ◦ blue 52

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

Shades of Midnight Express #081434

Tints of Midnight Express #081434

RGB

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

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

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

R = 10%
G = 25%
B = 65%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#081434 (or 0x081434) is known color: Midnight Express. HEX triplet: 08, 14 and 34. RGB value is (8,20,52). Sum of RGB (Red+Green+Blue) = 8+20+52=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #081434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081434 is #F7EBCB. Grayscale: #131313. Windows color (decimal): -16247756 or 3413000. OLE color: 3413000.

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

Color convert

RGB 8 20 52 -
CMYK 0.85 0.62 0 0.80
HSL 223.64º 0.73% 0.12% -
HSV(B) 223.64º 0.85% 0.2% -
XYZ 0.97 0.8 3.35 -
YUV 20.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 8 20 52 0.85 0.62 0 0.80 223.64 0.73 0.12
Hex 8 14 34 55 3E 0 50 E0 49 C
Octal 10 24 64 125 76 0 120 340 111 14
Binary 1000 10100 110100 1010101 111110 0 1010000 11100000 1001001 1100

Color Harmonies of #081434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081434

Black with #081434

Text Example


Text Example

White with #081434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081434; }

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

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

background-color css

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

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

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

border-color css

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

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

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