#08144A

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

Shades of Midnight Express #08144A

Tints of Midnight Express #08144A

Color information

#08144A (or 0x08144A) is unknown color: approx Midnight Express. HEX triplet: 08, 14 and 4A. RGB value is (8,20,74). Sum of RGB (Red+Green+Blue) = 8+20+74=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #08144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08144A is #F7EBB5. Grayscale: #161616. Windows color (decimal): -16247734 or 4854792. OLE color: 4854792.

HSL color Cylindrical-coordinate representation of color #08144A: hue angle of 229.09º 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 #08144A is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB82074-
CMYK0.890.7300.71
HSL229.09º80.49%16.08%-
HSV(B)229.09º89.19%29.02%-
XYZ1.591.056.6-
YUV22.57157.02117.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 74 (29.30% from 255) = 72.55%
R=7.84%
G=19.61%
B=72.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal820740.890.7300.71229.0980.4916.08
Hex8144A5949047e55010
Octal1024112131111010734512020
Binary1000101001001010101100110010010100011111100101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08144A; }

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

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

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

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

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

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

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

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