#081834

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

Shades of Midnight Express #081834

Tints of Midnight Express #081834

Color information

#081834 (or 0x081834) is unknown color: approx Midnight Express. HEX triplet: 08, 18 and 34. RGB value is (8,24,52). Sum of RGB (Red+Green+Blue) = 8+24+52=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #081834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081834 is #F7E7CB. Grayscale: #161616. Windows color (decimal): -16246732 or 3414024. OLE color: 3414024.

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

Color convert

RGB82452-
CMYK0.850.5400.80
HSL218.18º73.33%11.76%-
HSV(B)218.18º84.62%20.39%-
XYZ1.050.953.38-
YUV22.41144.7117.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 52 (20.70% from 255) = 61.90%
R=9.52%
G=28.57%
B=61.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal824520.850.5400.80218.1873.3311.76
Hex818345536050da49c
Octal10306412566012033211114
Binary1000110001101001010101110110010100001101101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081834; }

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

 H1.HeaderClassName
 {
   color: #081834;
 }
 .AnyTagClassName
 {
   color: #081834;
 }
</style>
background-color css

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

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

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

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

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

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