#01023F

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

Shades of Midnight Express #01023F

Tints of Midnight Express #01023F

Color information

#01023F (or 0x01023F) is unknown color: approx Midnight Express. HEX triplet: 01, 02 and 3F. RGB value is (1,2,63). Sum of RGB (Red+Green+Blue) = 1+2+63=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 63 (25% from 255 or 95.45% from 66); Max value from RGB is 63 - color contains mainly: blue. Hex color #01023F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01023F is #FEFDC0. Grayscale: #080808. Windows color (decimal): -16711105 or 4129281. OLE color: 4129281.

HSL color Cylindrical-coordinate representation of color #01023F: hue angle of 239.03º 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 #01023F is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB1263-
CMYK0.980.9700.75
HSL239.03º96.88%12.55%-
HSV(B)239.03º98.41%24.71%-
XYZ0.930.414.73-
YUV8.66158.67122.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 63 (25% from 255) = 95.45%
R=1.52%
G=3.03%
B=95.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal12630.980.9700.75239.0396.8812.55
Hex123F626104Bef61d
Octal1277142141011335714115
Binary11011111111000101100001010010111110111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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