Html Css Color HEX #01143C Midnight Express

📋 copy color: '#01143C'

red 1 ◦ green 20 ◦ blue 60

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

Shades of Midnight Express #01143C

Tints of Midnight Express #01143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 74.07%

R = 1.23%
G = 24.69%
B = 74.07%

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

#01143C (or 0x01143C) is known color: Midnight Express. HEX triplet: 01, 14 and 3C. RGB value is (1,20,60). Sum of RGB (Red+Green+Blue) = 1+20+60=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 60 (23.83% from 255 or 74.07% from 81); Max value from RGB is 60 - color contains mainly: blue. Hex color #01143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01143C is #FEEBC3. Grayscale: #121212. Windows color (decimal): -16706500 or 3937281. OLE color: 3937281.

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

Color convert

RGB 1 20 60 -
CMYK 0.98 0.67 0 0.76
HSL 220.68º 0.97% 0.12% -
HSV(B) 220.68º 0.98% 0.24% -
XYZ 1.08 0.83 4.38 -
YUV 18.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 1 20 60 0.98 0.67 0 0.76 220.68 0.97 0.12
Hex 1 14 3C 62 43 0 4C DD 61 C
Octal 1 24 74 142 103 0 114 335 141 14
Binary 1 10100 111100 1100010 1000011 0 1001100 11011101 1100001 1100

Color Harmonies of #01143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01143C

Black with #01143C

Text Example


Text Example

White with #01143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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