Html Css Color HEX #140163 Midnight Blue

📋 copy color: '#140163'

red 20 ◦ green 1 ◦ blue 99

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

Shades of Midnight Blue #140163

Tints of Midnight Blue #140163

RGB

 RED value IS 20 (8.2% from 255) = 16.67%

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 99 (39.06% from 255) = 82.5%

R = 16.67%
G = 0.83%
B = 82.5%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#140163 (or 0x140163) is known color: Midnight Blue. HEX triplet: 14, 01 and 63. RGB value is (20,1,99). Sum of RGB (Red+Green+Blue) = 20+1+99=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #140163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140163 is #EBFE9C. Grayscale: #111111. Windows color (decimal): -15466141 or 6488340. OLE color: 6488340.

HSL color Cylindrical-coordinate representation of color #140163: hue angle of 251.63º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140163 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 1 99 -
CMYK 0.80 0.99 0 0.61
HSL 251.63º 0.98% 0.2% -
HSV(B) 251.63º 0.99% 0.39% -
XYZ 2.55 1.07 11.88 -
YUV 17.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 20 1 99 0.80 0.99 0 0.61 251.63 0.98 0.2
Hex 14 1 63 50 63 0 3D FC 62 14
Octal 24 1 143 120 143 0 75 374 142 24
Binary 10100 1 1100011 1010000 1100011 0 111101 11111100 1100010 10100

Color Harmonies of #140163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140163

Black with #140163

Text Example


Text Example

White with #140163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140163; }

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

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

background-color css

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

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

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

border-color css

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

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

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