Html Css Color HEX #01113A Midnight Express

📋 copy color: '#01113A'

red 1 ◦ green 17 ◦ blue 58

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

Shades of Midnight Express #01113A

Tints of Midnight Express #01113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

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

R = 1.32%
G = 22.37%
B = 76.32%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01113A (or 0x01113A) is known color: Midnight Express. HEX triplet: 01, 11 and 3A. RGB value is (1,17,58). Sum of RGB (Red+Green+Blue) = 1+17+58=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #01113A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113A is #FEEEC5. Grayscale: #101010. Windows color (decimal): -16707270 or 3805441. OLE color: 3805441.

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

Color convert

RGB 1 17 58 -
CMYK 0.98 0.71 0 0.77
HSL 223.16º 0.97% 0.12% -
HSV(B) 223.16º 0.98% 0.23% -
XYZ 0.98 0.71 4.09 -
YUV 16.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 1 17 58 0.98 0.71 0 0.77 223.16 0.97 0.12
Hex 1 11 3A 62 47 0 4D DF 61 C
Octal 1 21 72 142 107 0 115 337 141 14
Binary 1 10001 111010 1100010 1000111 0 1001101 11011111 1100001 1100

Color Harmonies of #01113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01113A

Black with #01113A

Text Example


Text Example

White with #01113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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