Html Css Color HEX #01143D Midnight Express

📋 copy color: '#01143D'

red 1 ◦ green 20 ◦ blue 61

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

Shades of Midnight Express #01143D

Tints of Midnight Express #01143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

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

R = 1.22%
G = 24.39%
B = 74.39%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01143D (or 0x01143D) is known color: Midnight Express. HEX triplet: 01, 14 and 3D. RGB value is (1,20,61). Sum of RGB (Red+Green+Blue) = 1+20+61=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #01143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01143D is #FEEBC2. Grayscale: #121212. Windows color (decimal): -16706499 or 4002817. OLE color: 4002817.

HSL color Cylindrical-coordinate representation of color #01143D: hue angle of 221º 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 #01143D is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 20 61 -
CMYK 0.98 0.67 0 0.76
HSL 221º 0.97% 0.12% -
HSV(B) 221º 0.98% 0.24% -
XYZ 1.1 0.84 4.52 -
YUV 18.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 1 20 61 0.98 0.67 0 0.76 221 0.97 0.12
Hex 1 14 3D 62 43 0 4C DD 61 C
Octal 1 24 75 142 103 0 114 335 141 14
Binary 1 10100 111101 1100010 1000011 0 1001100 11011101 1100001 1100

Color Harmonies of #01143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01143D

Black with #01143D

Text Example


Text Example

White with #01143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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