Html Css Color HEX #01173A Midnight Express

📋 copy color: '#01173A'

red 1 ◦ green 23 ◦ blue 58

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

Shades of Midnight Express #01173A

Tints of Midnight Express #01173A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.05%

 BLUE value IS 58 (23.05% from 255) = 70.73%

R = 1.22%
G = 28.05%
B = 70.73%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01173A (or 0x01173A) is known color: Midnight Express. HEX triplet: 01, 17 and 3A. RGB value is (1,23,58). Sum of RGB (Red+Green+Blue) = 1+23+58=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #01173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01173A is #FEE8C5. Grayscale: #141414. Windows color (decimal): -16705734 or 3806977. OLE color: 3806977.

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

Color convert

RGB 1 23 58 -
CMYK 0.98 0.60 0 0.77
HSL 216.84º 0.97% 0.12% -
HSV(B) 216.84º 0.98% 0.23% -
XYZ 1.08 0.92 4.12 -
YUV 20.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 1 23 58 0.98 0.60 0 0.77 216.84 0.97 0.12
Hex 1 17 3A 62 3C 0 4D D9 61 C
Octal 1 27 72 142 74 0 115 331 141 14
Binary 1 10111 111010 1100010 111100 0 1001101 11011001 1100001 1100

Color Harmonies of #01173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01173A

Black with #01173A

Text Example


Text Example

White with #01173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01173A;
 }
 .AnyTagClassName
 {
   color: #01173A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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