#081434

Color #081434 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #081434

Tints of Midnight Express #081434

Color information

#081434 (or 0x081434) is unknown color: approx 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

RGB82052-
CMYK0.850.6200.80
HSL223.64º73.33%11.76%-
HSV(B)223.64º84.62%20.39%-
XYZ0.970.83.35-
YUV20.06146.02119.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 52 (20.70% from 255) = 65%
R=10%
G=25%
B=65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal820520.850.6200.80223.6473.3311.76
Hex81434553E050e049c
Octal10246412576012034011114
Binary1000101001101001010101111110010100001110000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>