#01053A

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

Shades of Midnight Express #01053A

Tints of Midnight Express #01053A

Color information

#01053A (or 0x01053A) is unknown color: approx Midnight Express. HEX triplet: 01, 05 and 3A. RGB value is (1,5,58). Sum of RGB (Red+Green+Blue) = 1+5+58=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 58 (23.05% from 255 or 90.62% from 64); Max value from RGB is 58 - color contains mainly: blue. Hex color #01053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01053A is #FEFAC5. Grayscale: #090909. Windows color (decimal): -16710342 or 3802369. OLE color: 3802369.

HSL color Cylindrical-coordinate representation of color #01053A: hue angle of 235.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01053A is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB1558-
CMYK0.980.9100.77
HSL235.79º96.61%11.57%-
HSV(B)235.79º98.28%22.75%-
XYZ0.830.424.04-
YUV9.85155.17121.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 58 (23.05% from 255) = 90.62%
R=1.56%
G=7.81%
B=90.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal15580.980.9100.77235.7996.6111.57
Hex153A625B04Dec61c
Octal1572142133011535414114
Binary110111101011000101011011010011011110110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01053A; }

 p { color: rgb(1,5,58); }

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

<style>
 a { background-color: #01053A; }

 a { background-color: rgb(1,5,58); }

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

<style>
 span { border-color: #01053A; }

 span { border-color: rgb(1,5,58); }

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