Html Css Color HEX #01112E Midnight Express

📋 copy color: '#01112E'

red 1 ◦ green 17 ◦ blue 46

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

Shades of Midnight Express #01112E

Tints of Midnight Express #01112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 71.88%

R = 1.56%
G = 26.56%
B = 71.88%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#01112E (or 0x01112E) is known color: Midnight Express. HEX triplet: 01, 11 and 2E. RGB value is (1,17,46). Sum of RGB (Red+Green+Blue) = 1+17+46=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #01112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01112E is #FEEED1. Grayscale: #0F0F0F. Windows color (decimal): -16707282 or 3019009. OLE color: 3019009.

HSL color Cylindrical-coordinate representation of color #01112E: hue angle of 218.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01112E is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 17 46 -
CMYK 0.98 0.63 0 0.82
HSL 218.67º 0.96% 0.09% -
HSV(B) 218.67º 0.98% 0.18% -
XYZ 0.71 0.6 2.66 -
YUV 15.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 1 17 46 0.98 0.63 0 0.82 218.67 0.96 0.09
Hex 1 11 2E 62 3F 0 52 DB 60 9
Octal 1 21 56 142 77 0 122 333 140 11
Binary 1 10001 101110 1100010 111111 0 1010010 11011011 1100000 1001

Color Harmonies of #01112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01112E

Black with #01112E

Text Example


Text Example

White with #01112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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