#01093A

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

Shades of Midnight Express #01093A

Tints of Midnight Express #01093A

Color information

#01093A (or 0x01093A) is unknown color: approx Midnight Express. HEX triplet: 01, 09 and 3A. RGB value is (1,9,58). Sum of RGB (Red+Green+Blue) = 1+9+58=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 58 (23.05% from 255 or 85.29% from 68); Max value from RGB is 58 - color contains mainly: blue. Hex color #01093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01093A is #FEF6C5. Grayscale: #0B0B0B. Windows color (decimal): -16709318 or 3803393. OLE color: 3803393.

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

Color convert

RGB1958-
CMYK0.980.8400.77
HSL231.58º96.61%11.57%-
HSV(B)231.58º98.28%22.75%-
XYZ0.870.514.05-
YUV12.19153.85120.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 58 (23.05% from 255) = 85.29%
R=1.47%
G=13.24%
B=85.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal19580.980.8400.77231.5896.6111.57
Hex193A625404De861c
Octal11172142124011535014114
Binary1100111101011000101010100010011011110100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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