#08134A

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

Shades of Midnight Express #08134A

Tints of Midnight Express #08134A

Color information

#08134A (or 0x08134A) is unknown color: approx Midnight Express. HEX triplet: 08, 13 and 4A. RGB value is (8,19,74). Sum of RGB (Red+Green+Blue) = 8+19+74=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #08134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08134A is #F7ECB5. Grayscale: #151515. Windows color (decimal): -16247990 or 4854536. OLE color: 4854536.

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

Color convert

RGB81974-
CMYK0.890.7400.71
HSL230º80.49%16.08%-
HSV(B)230º89.19%29.02%-
XYZ1.571.016.59-
YUV21.98157.36118.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 74 (29.30% from 255) = 73.27%
R=7.92%
G=18.81%
B=73.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal819740.890.7400.7123080.4916.08
Hex8134A594A047e65010
Octal1023112131112010734612020
Binary1000100111001010101100110010100100011111100110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08134A; }

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

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

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

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

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

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

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

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