Html Css Color HEX #141163 Midnight Blue

📋 copy color: '#141163'

red 20 ◦ green 17 ◦ blue 99

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

Shades of Midnight Blue #141163

Tints of Midnight Blue #141163

RGB

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

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

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

R = 14.71%
G = 12.5%
B = 72.79%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#141163 (or 0x141163) is known color: Midnight Blue. HEX triplet: 14, 11 and 63. RGB value is (20,17,99). Sum of RGB (Red+Green+Blue) = 20+17+99=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #141163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141163 is #EBEE9C. Grayscale: #1A1A1A. Windows color (decimal): -15462045 or 6492436. OLE color: 6492436.

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

Color convert

RGB 20 17 99 -
CMYK 0.80 0.83 0 0.61
HSL 242.2º 0.71% 0.23% -
HSV(B) 242.2º 0.83% 0.39% -
XYZ 2.74 1.45 11.94 -
YUV 27.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 20 17 99 0.80 0.83 0 0.61 242.2 0.71 0.23
Hex 14 11 63 50 53 0 3D F2 47 17
Octal 24 21 143 120 123 0 75 362 107 27
Binary 10100 10001 1100011 1010000 1010011 0 111101 11110010 1000111 10111

Color Harmonies of #141163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141163

Black with #141163

Text Example


Text Example

White with #141163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141163; }

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

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

background-color css

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

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

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

border-color css

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

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

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