#01023A

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

Shades of Midnight Express #01023A

Tints of Midnight Express #01023A

Color information

#01023A (or 0x01023A) is unknown color: approx Midnight Express. HEX triplet: 01, 02 and 3A. RGB value is (1,2,58). Sum of RGB (Red+Green+Blue) = 1+2+58=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 58 (23.05% from 255 or 95.08% from 61); Max value from RGB is 58 - color contains mainly: blue. Hex color #01023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01023A is #FEFDC5. Grayscale: #070707. Windows color (decimal): -16711110 or 3801601. OLE color: 3801601.

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

Color convert

RGB1258-
CMYK0.980.9700.77
HSL238.95º96.61%11.57%-
HSV(B)238.95º98.28%22.75%-
XYZ0.80.364.03-
YUV8.09156.17122.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 58 (23.05% from 255) = 95.08%
R=1.64%
G=3.28%
B=95.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal12580.980.9700.77238.9596.6111.57
Hex123A626104Def61c
Octal1272142141011535714114
Binary11011101011000101100001010011011110111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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