#010538

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

Shades of Midnight Express #010538

Tints of Midnight Express #010538

Color information

#010538 (or 0x010538) is unknown color: approx Midnight Express. HEX triplet: 01, 05 and 38. RGB value is (1,5,56). Sum of RGB (Red+Green+Blue) = 1+5+56=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 56 (22.27% from 255 or 90.32% from 62); Max value from RGB is 56 - color contains mainly: blue. Hex color #010538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010538 is #FEFAC7. Grayscale: #090909. Windows color (decimal): -16710344 or 3671297. OLE color: 3671297.

HSL color Cylindrical-coordinate representation of color #010538: hue angle of 235.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010538 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB1556-
CMYK0.980.9100.78
HSL235.64º96.49%11.18%-
HSV(B)235.64º98.21%21.96%-
XYZ0.780.43.78-
YUV9.62154.17121.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 56 (22.27% from 255) = 90.32%
R=1.61%
G=8.06%
B=90.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15560.980.9100.78235.6496.4911.18
Hex1538625B04Eec60b
Octal1570142133011635414013
Binary110111100011000101011011010011101110110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010538; }

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

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

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

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

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

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

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

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