#05033B

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

Shades of Midnight Express #05033B

Tints of Midnight Express #05033B

Color information

#05033B (or 0x05033B) is unknown color: approx Midnight Express. HEX triplet: 05, 03 and 3B. RGB value is (5,3,59). Sum of RGB (Red+Green+Blue) = 5+3+59=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 59 (23.44% from 255 or 88.06% from 67); Max value from RGB is 59 - color contains mainly: blue. Hex color #05033B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05033B is #FAFCC4. Grayscale: #090909. Windows color (decimal): -16448709 or 3867397. OLE color: 3867397.

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

Color convert

RGB5359-
CMYK0.920.9500.77
HSL242.14º90.32%12.16%-
HSV(B)242.14º94.92%23.14%-
XYZ0.880.414.17-
YUV9.98155.66124.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 59 (23.44% from 255) = 88.06%
R=7.46%
G=4.48%
B=88.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal53590.920.9500.77242.1490.3212.16
Hex533B5C5F04Df25ac
Octal5373134137011536213214
Binary1011111101110111001011111010011011111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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