Html Css Color HEX #01093E Midnight Express

📋 copy color: '#01093E'

red 1 ◦ green 9 ◦ blue 62

#01093E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #01093E

Tints of Midnight Express #01093E

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 9 (3.91% from 255) = 12.5%

 BLUE value IS 62 (24.61% from 255) = 86.11%

R = 1.39%
G = 12.5%
B = 86.11%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01093E (or 0x01093E) is known color: Midnight Express. HEX triplet: 01, 09 and 3E. RGB value is (1,9,62). Sum of RGB (Red+Green+Blue) = 1+9+62=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 62 (24.61% from 255 or 86.11% from 72); Max value from RGB is 62 - color contains mainly: blue. Hex color #01093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01093E is #FEF6C1. Grayscale: #0C0C0C. Windows color (decimal): -16709314 or 4065537. OLE color: 4065537.

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

Color convert

RGB 1 9 62 -
CMYK 0.98 0.85 0 0.76
HSL 232.13º 0.97% 0.12% -
HSV(B) 232.13º 0.98% 0.24% -
XYZ 0.98 0.55 4.61 -
YUV 12.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 1 9 62 0.98 0.85 0 0.76 232.13 0.97 0.12
Hex 1 9 3E 62 55 0 4C E8 61 C
Octal 1 11 76 142 125 0 114 350 141 14
Binary 1 1001 111110 1100010 1010101 0 1001100 11101000 1100001 1100

Color Harmonies of #01093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01093E

Black with #01093E

Text Example


Text Example

White with #01093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01093E;
 }
 .AnyTagClassName
 {
   color: #01093E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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