#080B3C

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

Shades of Midnight Express #080B3C

Tints of Midnight Express #080B3C

Color information

#080B3C (or 0x080B3C) is unknown color: approx Midnight Express. HEX triplet: 08, 0B and 3C. RGB value is (8,11,60). Sum of RGB (Red+Green+Blue) = 8+11+60=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #080B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B3C is #F7F4C3. Grayscale: #0F0F0F. Windows color (decimal): -16250052 or 3934984. OLE color: 3934984.

HSL color Cylindrical-coordinate representation of color #080B3C: hue angle of 236.54º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080B3C is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB81160-
CMYK0.870.8200.76
HSL236.54º76.47%13.33%-
HSV(B)236.54º86.67%23.53%-
XYZ1.040.624.34-
YUV15.69153.01122.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 60 (23.83% from 255) = 75.95%
R=10.13%
G=13.92%
B=75.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal811600.870.8200.76236.5476.4713.33
Hex8B3C575204Ced4cd
Octal101374127122011435511415
Binary1000101111110010101111010010010011001110110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B3C; }

 p { color: rgb(8,11,60); }

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

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

 a { background-color: rgb(8,11,60); }

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

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

 span { border-color: rgb(8,11,60); }

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