#08104B

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

Shades of Midnight Express #08104B

Tints of Midnight Express #08104B

Color information

#08104B (or 0x08104B) is unknown color: approx Midnight Express. HEX triplet: 08, 10 and 4B. RGB value is (8,16,75). Sum of RGB (Red+Green+Blue) = 8+16+75=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #08104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08104B is #F7EFB4. Grayscale: #141414. Windows color (decimal): -16248757 or 4919304. OLE color: 4919304.

HSL color Cylindrical-coordinate representation of color #08104B: hue angle of 232.84º degrees, saturation: 0.81, 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 #08104B is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB81675-
CMYK0.890.7900.71
HSL232.84º80.72%16.27%-
HSV(B)232.84º89.33%29.41%-
XYZ1.560.936.75-
YUV20.33158.85119.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=8.08%
G=16.16%
B=75.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal816750.890.7900.71232.8480.7216.27
Hex8104B594F047e95110
Octal1020113131117010735112120
Binary1000100001001011101100110011110100011111101001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08104B; }

 p { color: rgb(8,16,75); }

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

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

 a { background-color: rgb(8,16,75); }

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

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

 span { border-color: rgb(8,16,75); }

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