#01093D

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

Shades of Midnight Express #01093D

Tints of Midnight Express #01093D

Color information

#01093D (or 0x01093D) is unknown color: approx Midnight Express. HEX triplet: 01, 09 and 3D. RGB value is (1,9,61). Sum of RGB (Red+Green+Blue) = 1+9+61=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 61 (24.22% from 255 or 85.92% from 71); Max value from RGB is 61 - color contains mainly: blue. Hex color #01093D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01093D is #FEF6C2. Grayscale: #0C0C0C. Windows color (decimal): -16709315 or 4000001. OLE color: 4000001.

HSL color Cylindrical-coordinate representation of color #01093D: hue angle of 232º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01093D is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB1961-
CMYK0.980.8500.76
HSL232º96.77%12.16%-
HSV(B)232º98.36%23.92%-
XYZ0.950.544.47-
YUV12.54155.35119.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 61 (24.22% from 255) = 85.92%
R=1.41%
G=12.68%
B=85.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal19610.980.8500.7623296.7712.16
Hex193D625504Ce861c
Octal11175142125011435014114
Binary1100111110111000101010101010011001110100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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