#080F35

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

Shades of Midnight Express #080F35

Tints of Midnight Express #080F35

Color information

#080F35 (or 0x080F35) is unknown color: approx Midnight Express. HEX triplet: 08, 0F and 35. RGB value is (8,15,53). Sum of RGB (Red+Green+Blue) = 8+15+53=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #080F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F35 is #F7F0CA. Grayscale: #111111. Windows color (decimal): -16249035 or 3477256. OLE color: 3477256.

HSL color Cylindrical-coordinate representation of color #080F35: hue angle of 230.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080F35 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB81553-
CMYK0.850.7200.79
HSL230.67º73.77%11.96%-
HSV(B)230.67º84.91%20.78%-
XYZ0.910.653.45-
YUV17.24148.18121.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=10.53%
G=19.74%
B=69.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal815530.850.7200.79230.6773.7711.96
Hex8F35554804Fe74ac
Octal101765125110011734711214
Binary1000111111010110101011001000010011111110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,15,53); }

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

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

 a { background-color: rgb(8,15,53); }

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

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

 span { border-color: rgb(8,15,53); }

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