#05112B

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

Shades of Midnight Express #05112B

Tints of Midnight Express #05112B

Color information

#05112B (or 0x05112B) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 2B. RGB value is (5,17,43). Sum of RGB (Red+Green+Blue) = 5+17+43=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #05112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05112B is #FAEED4. Grayscale: #101010. Windows color (decimal): -16445141 or 2822405. OLE color: 2822405.

HSL color Cylindrical-coordinate representation of color #05112B: hue angle of 221.05º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05112B is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB51743-
CMYK0.880.6000.83
HSL221.05º79.17%9.41%-
HSV(B)221.05º88.37%16.86%-
XYZ0.70.612.37-
YUV16.38143.02119.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 43 (17.19% from 255) = 66.15%
R=7.69%
G=26.15%
B=66.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal517430.880.6000.83221.0579.179.41
Hex5112B583C053dd4f9
Octal5215313074012333511711
Binary101100011010111011000111100010100111101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05112B; }

 p { color: rgb(5,17,43); }

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

<style>
 a { background-color: #05112B; }

 a { background-color: rgb(5,17,43); }

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

<style>
 span { border-color: #05112B; }

 span { border-color: rgb(5,17,43); }

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