#05122C

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

Shades of Midnight Express #05122C

Tints of Midnight Express #05122C

Color information

#05122C (or 0x05122C) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 2C. RGB value is (5,18,44). Sum of RGB (Red+Green+Blue) = 5+18+44=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #05122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05122C is #FAEDD3. Grayscale: #101010. Windows color (decimal): -16444884 or 2888197. OLE color: 2888197.

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

Color convert

RGB51844-
CMYK0.890.5900.83
HSL220º79.59%9.61%-
HSV(B)220º88.64%17.25%-
XYZ0.730.652.47-
YUV17.08143.19119.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 44 (17.58% from 255) = 65.67%
R=7.46%
G=26.87%
B=65.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal518440.890.5900.8322079.599.61
Hex5122C593B053dc50a
Octal5225413173012333412012
Binary101100101011001011001111011010100111101110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05122C; }

 p { color: rgb(5,18,44); }

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

<style>
 a { background-color: #05122C; }

 a { background-color: rgb(5,18,44); }

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

<style>
 span { border-color: #05122C; }

 span { border-color: rgb(5,18,44); }

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