Html Css Color HEX #141363 Midnight Blue

📋 copy color: '#141363'

red 20 ◦ green 19 ◦ blue 99

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

Shades of Midnight Blue #141363

Tints of Midnight Blue #141363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 14.49%
G = 13.77%
B = 71.74%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#141363 (or 0x141363) is known color: Midnight Blue. HEX triplet: 14, 13 and 63. RGB value is (20,19,99). Sum of RGB (Red+Green+Blue) = 20+19+99=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #141363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141363 is #EBEC9C. Grayscale: #1C1C1C. Windows color (decimal): -15461533 or 6492948. OLE color: 6492948.

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

Color convert

RGB 20 19 99 -
CMYK 0.80 0.81 0 0.61
HSL 240.75º 0.68% 0.23% -
HSV(B) 240.75º 0.81% 0.39% -
XYZ 2.77 1.52 11.95 -
YUV 28.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 20 19 99 0.80 0.81 0 0.61 240.75 0.68 0.23
Hex 14 13 63 50 51 0 3D F1 44 17
Octal 24 23 143 120 121 0 75 361 104 27
Binary 10100 10011 1100011 1010000 1010001 0 111101 11110001 1000100 10111

Color Harmonies of #141363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141363

Black with #141363

Text Example


Text Example

White with #141363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141363; }

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

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

background-color css

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

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

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

border-color css

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

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

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