#05132D

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

Shades of Midnight Express #05132D

Tints of Midnight Express #05132D

Color information

#05132D (or 0x05132D) is unknown color: approx Midnight Express. HEX triplet: 05, 13 and 2D. RGB value is (5,19,45). Sum of RGB (Red+Green+Blue) = 5+19+45=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #05132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05132D is #FAECD2. Grayscale: #111111. Windows color (decimal): -16444627 or 2953989. OLE color: 2953989.

HSL color Cylindrical-coordinate representation of color #05132D: hue angle of 219º 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 #05132D is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51945-
CMYK0.890.5800.82
HSL219º80%9.8%-
HSV(B)219º88.89%17.65%-
XYZ0.770.692.57-
YUV17.78143.36118.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 45 (17.97% from 255) = 65.22%
R=7.25%
G=27.54%
B=65.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal519450.890.5800.82219809.8
Hex5132D593A052db50a
Octal5235513172012233312012
Binary101100111011011011001111010010100101101101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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