Html Css Color HEX #01113D Midnight Express

📋 copy color: '#01113D'

red 1 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #01113D

Tints of Midnight Express #01113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 77.22%

R = 1.27%
G = 21.52%
B = 77.22%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01113D (or 0x01113D) is known color: Midnight Express. HEX triplet: 01, 11 and 3D. RGB value is (1,17,61). Sum of RGB (Red+Green+Blue) = 1+17+61=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #01113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113D is #FEEEC2. Grayscale: #111111. Windows color (decimal): -16707267 or 4002049. OLE color: 4002049.

HSL color Cylindrical-coordinate representation of color #01113D: hue angle of 224º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01113D is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 17 61 -
CMYK 0.98 0.72 0 0.76
HSL 224º 0.97% 0.12% -
HSV(B) 224º 0.98% 0.24% -
XYZ 1.06 0.74 4.5 -
YUV 17.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 1 17 61 0.98 0.72 0 0.76 224 0.97 0.12
Hex 1 11 3D 62 48 0 4C E0 61 C
Octal 1 21 75 142 110 0 114 340 141 14
Binary 1 10001 111101 1100010 1001000 0 1001100 11100000 1100001 1100

Color Harmonies of #01113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01113D

Black with #01113D

Text Example


Text Example

White with #01113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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