Html Css Color HEX #01143E Midnight Express

📋 copy color: '#01143E'

red 1 ◦ green 20 ◦ blue 62

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

Shades of Midnight Express #01143E

Tints of Midnight Express #01143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 74.7%

R = 1.2%
G = 24.1%
B = 74.7%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01143E (or 0x01143E) is known color: Midnight Express. HEX triplet: 01, 14 and 3E. RGB value is (1,20,62). Sum of RGB (Red+Green+Blue) = 1+20+62=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 62 (24.61% from 255 or 74.70% from 83); Max value from RGB is 62 - color contains mainly: blue. Hex color #01143E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01143E is #FEEBC1. Grayscale: #121212. Windows color (decimal): -16706498 or 4068353. OLE color: 4068353.

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

Color convert

RGB 1 20 62 -
CMYK 0.98 0.68 0 0.76
HSL 221.31º 0.97% 0.12% -
HSV(B) 221.31º 0.98% 0.24% -
XYZ 1.13 0.85 4.66 -
YUV 19.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 1 20 62 0.98 0.68 0 0.76 221.31 0.97 0.12
Hex 1 14 3E 62 44 0 4C DD 61 C
Octal 1 24 76 142 104 0 114 335 141 14
Binary 1 10100 111110 1100010 1000100 0 1001100 11011101 1100001 1100

Color Harmonies of #01143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01143E

Black with #01143E

Text Example


Text Example

White with #01143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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