#080B37

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

Shades of Midnight Express #080B37

Tints of Midnight Express #080B37

Color information

#080B37 (or 0x080B37) is unknown color: approx Midnight Express. HEX triplet: 08, 0B and 37. RGB value is (8,11,55). Sum of RGB (Red+Green+Blue) = 8+11+55=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #080B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B37 is #F7F4C8. Grayscale: #0E0E0E. Windows color (decimal): -16250057 or 3607304. OLE color: 3607304.

HSL color Cylindrical-coordinate representation of color #080B37: hue angle of 236.17º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080B37 is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB81155-
CMYK0.850.800.78
HSL236.17º74.6%12.35%-
HSV(B)236.17º85.45%21.57%-
XYZ0.910.573.68-
YUV15.12150.51122.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 55 (21.88% from 255) = 74.32%
R=10.81%
G=14.86%
B=74.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal811550.850.800.78236.1774.612.35
Hex8B37555004Eec4bc
Octal101367125120011635411314
Binary1000101111011110101011010000010011101110110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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