#080835

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

Shades of Midnight Express #080835

Tints of Midnight Express #080835

Color information

#080835 (or 0x080835) is unknown color: approx Midnight Express. HEX triplet: 08, 08 and 35. RGB value is (8,8,53). Sum of RGB (Red+Green+Blue) = 8+8+53=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 53 (21.09% from 255 or 76.81% from 69); Max value from RGB is 53 - color contains mainly: blue. Hex color #080835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080835 is #F7F7CA. Grayscale: #0C0C0C. Windows color (decimal): -16250827 or 3475464. OLE color: 3475464.

HSL color Cylindrical-coordinate representation of color #080835: hue angle of 240º 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 #080835 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB8853-
CMYK0.850.8500.79
HSL240º73.77%11.96%-
HSV(B)240º84.91%20.78%-
XYZ0.830.483.42-
YUV13.13150.5124.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 53 (21.09% from 255) = 76.81%
R=11.59%
G=11.59%
B=76.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal88530.850.8500.7924073.7711.96
Hex8835555504Ff04ac
Octal101065125125011736011214
Binary1000100011010110101011010101010011111111000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080835; }

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

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

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

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

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

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

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

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