#080C4A

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

Shades of Midnight Express #080C4A

Tints of Midnight Express #080C4A

Color information

#080C4A (or 0x080C4A) is unknown color: approx Midnight Express. HEX triplet: 08, 0C and 4A. RGB value is (8,12,74). Sum of RGB (Red+Green+Blue) = 8+12+74=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #080C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C4A is #F7F3B5. Grayscale: #111111. Windows color (decimal): -16249782 or 4852744. OLE color: 4852744.

HSL color Cylindrical-coordinate representation of color #080C4A: hue angle of 236.36º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080C4A is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB81274-
CMYK0.890.8400.71
HSL236.36º80.49%16.08%-
HSV(B)236.36º89.19%29.02%-
XYZ1.470.816.56-
YUV17.87159.67120.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=8.51%
G=12.77%
B=78.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal812740.890.8400.71236.3680.4916.08
Hex8C4A5954047ec5010
Octal1014112131124010735412020
Binary100011001001010101100110101000100011111101100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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