#01033F

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

Shades of Midnight Express #01033F

Tints of Midnight Express #01033F

Color information

#01033F (or 0x01033F) is unknown color: approx Midnight Express. HEX triplet: 01, 03 and 3F. RGB value is (1,3,63). Sum of RGB (Red+Green+Blue) = 1+3+63=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 63 (25% from 255 or 94.03% from 67); Max value from RGB is 63 - color contains mainly: blue. Hex color #01033F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01033F is #FEFCC0. Grayscale: #090909. Windows color (decimal): -16710849 or 4129537. OLE color: 4129537.

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

Color convert

RGB1363-
CMYK0.980.9500.75
HSL238.06º96.88%12.55%-
HSV(B)238.06º98.41%24.71%-
XYZ0.940.434.74-
YUV9.24158.34122.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 63 (25% from 255) = 94.03%
R=1.49%
G=4.48%
B=94.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal13630.980.9500.75238.0696.8812.55
Hex133F625F04Bee61d
Octal1377142137011335614115
Binary11111111111000101011111010010111110111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,3,63); }

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

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

 a { background-color: rgb(1,3,63); }

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

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

 span { border-color: rgb(1,3,63); }

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