#05063F

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

Shades of Midnight Express #05063F

Tints of Midnight Express #05063F

Color information

#05063F (or 0x05063F) is unknown color: approx Midnight Express. HEX triplet: 05, 06 and 3F. RGB value is (5,6,63). Sum of RGB (Red+Green+Blue) = 5+6+63=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 63 (25% from 255 or 85.14% from 74); Max value from RGB is 63 - color contains mainly: blue. Hex color #05063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05063F is #FAF9C0. Grayscale: #0B0B0B. Windows color (decimal): -16447937 or 4130309. OLE color: 4130309.

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

Color convert

RGB5663-
CMYK0.920.9000.75
HSL238.97º85.29%13.33%-
HSV(B)238.97º92.06%24.71%-
XYZ1.020.524.75-
YUV12.2156.67122.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 63 (25% from 255) = 85.14%
R=6.76%
G=8.11%
B=85.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal56630.920.9000.75238.9785.2913.33
Hex563F5C5A04Bef55d
Octal5677134132011335712515
Binary10111011111110111001011010010010111110111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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