#081348

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

Shades of Midnight Express #081348

Tints of Midnight Express #081348

Color information

#081348 (or 0x081348) is unknown color: approx Midnight Express. HEX triplet: 08, 13 and 48. RGB value is (8,19,72). Sum of RGB (Red+Green+Blue) = 8+19+72=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #081348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081348 is #F7ECB7. Grayscale: #151515. Windows color (decimal): -16247992 or 4723464. OLE color: 4723464.

HSL color Cylindrical-coordinate representation of color #081348: hue angle of 229.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081348 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB81972-
CMYK0.890.7400.72
HSL229.69º80%15.69%-
HSV(B)229.69º88.89%28.24%-
XYZ1.50.996.24-
YUV21.75156.36118.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=8.08%
G=19.19%
B=72.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal819720.890.7400.72229.698015.69
Hex81348594A048e65010
Octal1023110131112011034612020
Binary1000100111001000101100110010100100100011100110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081348; }

 p { color: rgb(8,19,72); }

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

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

 a { background-color: rgb(8,19,72); }

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

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

 span { border-color: rgb(8,19,72); }

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