#080C37

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

Shades of Midnight Express #080C37

Tints of Midnight Express #080C37

Color information

#080C37 (or 0x080C37) is unknown color: approx Midnight Express. HEX triplet: 08, 0C and 37. RGB value is (8,12,55). Sum of RGB (Red+Green+Blue) = 8+12+55=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #080C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C37 is #F7F3C8. Grayscale: #0F0F0F. Windows color (decimal): -16249801 or 3607560. OLE color: 3607560.

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

Color convert

RGB81255-
CMYK0.850.7800.78
HSL234.89º74.6%12.35%-
HSV(B)234.89º85.45%21.57%-
XYZ0.920.593.68-
YUV15.71150.17122.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 55 (21.88% from 255) = 73.33%
R=10.67%
G=16%
B=73.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal812550.850.7800.78234.8974.612.35
Hex8C37554E04Eeb4bc
Octal101467125116011635311314
Binary1000110011011110101011001110010011101110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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