Html Css Color HEX #01093A Midnight Express

📋 copy color: '#01093A'

red 1 ◦ green 9 ◦ blue 58

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

Shades of Midnight Express #01093A

Tints of Midnight Express #01093A

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 value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01093A (or 0x01093A) is known color: 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

RGB 1 9 58 -
CMYK 0.98 0.84 0 0.77
HSL 231.58º 0.97% 0.12% -
HSV(B) 231.58º 0.98% 0.23% -
XYZ 0.87 0.51 4.05 -
YUV 12.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 1 9 58 0.98 0.84 0 0.77 231.58 0.97 0.12
Hex 1 9 3A 62 54 0 4D E8 61 C
Octal 1 11 72 142 124 0 115 350 141 14
Binary 1 1001 111010 1100010 1010100 0 1001101 11101000 1100001 1100

Color Harmonies of #01093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01093A

Black with #01093A

Text Example


Text Example

White with #01093A

Text Example


Text Example

HTML Codes & Css Web 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>