#05063B

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

Shades of Midnight Express #05063B

Tints of Midnight Express #05063B

Color information

#05063B (or 0x05063B) is unknown color: approx Midnight Express. HEX triplet: 05, 06 and 3B. RGB value is (5,6,59). Sum of RGB (Red+Green+Blue) = 5+6+59=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 59 (23.44% from 255 or 84.29% from 70); Max value from RGB is 59 - color contains mainly: blue. Hex color #05063B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05063B is #FAF9C4. Grayscale: #0B0B0B. Windows color (decimal): -16447941 or 3868165. OLE color: 3868165.

HSL color Cylindrical-coordinate representation of color #05063B: hue angle of 238.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05063B is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB5659-
CMYK0.920.9000.77
HSL238.89º84.38%12.55%-
HSV(B)238.89º91.53%23.14%-
XYZ0.920.484.18-
YUV11.74154.67123.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 59 (23.44% from 255) = 84.29%
R=7.14%
G=8.57%
B=84.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal56590.920.9000.77238.8984.3812.55
Hex563B5C5A04Def54d
Octal5673134132011535712415
Binary10111011101110111001011010010011011110111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,6,59); }

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

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

 a { background-color: rgb(5,6,59); }

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

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

 span { border-color: rgb(5,6,59); }

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