#01043B

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

Shades of Midnight Express #01043B

Tints of Midnight Express #01043B

Color information

#01043B (or 0x01043B) is unknown color: approx Midnight Express. HEX triplet: 01, 04 and 3B. RGB value is (1,4,59). Sum of RGB (Red+Green+Blue) = 1+4+59=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 59 (23.44% from 255 or 92.19% from 64); Max value from RGB is 59 - color contains mainly: blue. Hex color #01043B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01043B is #FEFBC4. Grayscale: #090909. Windows color (decimal): -16710597 or 3867649. OLE color: 3867649.

HSL color Cylindrical-coordinate representation of color #01043B: hue angle of 236.9º 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 #01043B is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB1459-
CMYK0.980.9300.77
HSL236.9º96.67%11.76%-
HSV(B)236.9º98.31%23.14%-
XYZ0.850.414.17-
YUV9.37156.01122.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 59 (23.44% from 255) = 92.19%
R=1.56%
G=6.25%
B=92.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal14590.980.9300.77236.996.6711.76
Hex143B625D04Ded61c
Octal1473142135011535514114
Binary110011101111000101011101010011011110110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,4,59); }

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

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

 a { background-color: rgb(1,4,59); }

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

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

 span { border-color: rgb(1,4,59); }

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