Html Css Color HEX #141364 Midnight Blue

📋 copy color: '#141364'

red 20 ◦ green 19 ◦ blue 100

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

Shades of Midnight Blue #141364

Tints of Midnight Blue #141364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 71.94%

R = 14.39%
G = 13.67%
B = 71.94%

CMYK

 C value IS 0.8

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#141364 (or 0x141364) is known color: Midnight Blue. HEX triplet: 14, 13 and 64. RGB value is (20,19,100). Sum of RGB (Red+Green+Blue) = 20+19+100=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #141364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141364 is #EBEC9B. Grayscale: #1C1C1C. Windows color (decimal): -15461532 or 6558484. OLE color: 6558484.

HSL color Cylindrical-coordinate representation of color #141364: hue angle of 240.74º 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 #141364 is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 19 100 -
CMYK 0.8 0.81 0 0.61
HSL 240.74º 0.68% 0.23% -
HSV(B) 240.74º 0.81% 0.39% -
XYZ 2.82 1.53 12.2 -
YUV 28.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 20 19 100 0.8 0.81 0 0.61 240.74 0.68 0.23
Hex 14 13 64 50 51 0 3D F1 44 17
Octal 24 23 144 120 121 0 75 361 104 27
Binary 10100 10011 1100100 1010000 1010001 0 111101 11110001 1000100 10111

Color Harmonies of #141364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141364

Black with #141364

Text Example


Text Example

White with #141364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141364; }

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

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

background-color css

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

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

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

border-color css

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

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

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