#081134

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

Shades of Midnight Express #081134

Tints of Midnight Express #081134

Color information

#081134 (or 0x081134) is unknown color: approx Midnight Express. HEX triplet: 08, 11 and 34. RGB value is (8,17,52). Sum of RGB (Red+Green+Blue) = 8+17+52=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #081134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081134 is #F7EECB. Grayscale: #121212. Windows color (decimal): -16248524 or 3412232. OLE color: 3412232.

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

Color convert

RGB81752-
CMYK0.850.6700.80
HSL227.73º73.33%11.76%-
HSV(B)227.73º84.62%20.39%-
XYZ0.920.73.34-
YUV18.3147.02120.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 52 (20.70% from 255) = 67.53%
R=10.39%
G=22.08%
B=67.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal817520.850.6700.80227.7373.3311.76
Hex811345543050e449c
Octal102164125103012034411114
Binary10001000111010010101011000011010100001110010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081134; }

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

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

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

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

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

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

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

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