#05132E

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

Shades of Midnight Express #05132E

Tints of Midnight Express #05132E

Color information

#05132E (or 0x05132E) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 2E. RGB value is (5,19,46). Sum of RGB (Red+Green+Blue) = 5+19+46=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #05132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05132E is #FAECD1. Grayscale: #111111. Windows color (decimal): -16444626 or 3019525. OLE color: 3019525.

HSL color Cylindrical-coordinate representation of color #05132E: hue angle of 219.51º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05132E is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51946-
CMYK0.890.5900.82
HSL219.51º80.39%10%-
HSV(B)219.51º89.13%18.04%-
XYZ0.790.72.68-
YUV17.89143.86118.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 46 (18.36% from 255) = 65.71%
R=7.14%
G=27.14%
B=65.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal519460.890.5900.82219.5180.3910
Hex5132E593B052dc50a
Octal5235613173012233412012
Binary101100111011101011001111011010100101101110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05132E; }

 p { color: rgb(5,19,46); }

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

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

 a { background-color: rgb(5,19,46); }

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

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

 span { border-color: rgb(5,19,46); }

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