Html Css Color HEX #141564 Midnight Blue

📋 copy color: '#141564'

red 20 ◦ green 21 ◦ blue 100

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

Shades of Midnight Blue #141564

Tints of Midnight Blue #141564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 14.18%
G = 14.89%
B = 70.92%

CMYK

 C value IS 0.8

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#141564 (or 0x141564) is known color: Midnight Blue. HEX triplet: 14, 15 and 64. RGB value is (20,21,100). Sum of RGB (Red+Green+Blue) = 20+21+100=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #141564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141564 is #EBEA9B. Grayscale: #1D1D1D. Windows color (decimal): -15461020 or 6558996. OLE color: 6558996.

HSL color Cylindrical-coordinate representation of color #141564: hue angle of 239.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141564 is Cyan = 0.8, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 21 100 -
CMYK 0.8 0.79 0 0.61
HSL 239.25º 0.67% 0.24% -
HSV(B) 239.25º 0.8% 0.39% -
XYZ 2.86 1.61 12.22 -
YUV 29.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 20 21 100 0.8 0.79 0 0.61 239.25 0.67 0.24
Hex 14 15 64 50 4F 0 3D EF 43 18
Octal 24 25 144 120 117 0 75 357 103 30
Binary 10100 10101 1100100 1010000 1001111 0 111101 11101111 1000011 11000

Color Harmonies of #141564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141564

Black with #141564

Text Example


Text Example

White with #141564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141564; }

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

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

background-color css

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

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

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

border-color css

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

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

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