Html Css Color HEX #01112F Midnight Express

📋 copy color: '#01112F'

red 1 ◦ green 17 ◦ blue 47

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

Shades of Midnight Express #01112F

Tints of Midnight Express #01112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 72.31%

R = 1.54%
G = 26.15%
B = 72.31%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#01112F (or 0x01112F) is known color: Midnight Express. HEX triplet: 01, 11 and 2F. RGB value is (1,17,47). Sum of RGB (Red+Green+Blue) = 1+17+47=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #01112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01112F is #FEEED0. Grayscale: #0F0F0F. Windows color (decimal): -16707281 or 3084545. OLE color: 3084545.

HSL color Cylindrical-coordinate representation of color #01112F: hue angle of 219.13º 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 #01112F is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 17 47 -
CMYK 0.98 0.64 0 0.82
HSL 219.13º 0.96% 0.09% -
HSV(B) 219.13º 0.98% 0.18% -
XYZ 0.73 0.61 2.77 -
YUV 15.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 1 17 47 0.98 0.64 0 0.82 219.13 0.96 0.09
Hex 1 11 2F 62 40 0 52 DB 60 9
Octal 1 21 57 142 100 0 122 333 140 11
Binary 1 10001 101111 1100010 1000000 0 1010010 11011011 1100000 1001

Color Harmonies of #01112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01112F

Black with #01112F

Text Example


Text Example

White with #01112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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